Ok I'm stuck on this one and need some help. I've got a WOSummary.DepositPostedDate string field. This field shows dates deposits were taken on an order separated by a }. The field looks like this...
05/08/2017 or 05/08/2017}05/09/2017 or 05/08/2017}05/09/2017}05/10/2017 and so on depending on how many deposits were taken on the order.
I need a formula that will split these into separate fields. So if there's only a single date, return only that date. If there's two dates separated by a }, I need one field to show the first date and one field to show the second date. If there's three dates, I need one field to show the first date, one to show the second, and one to show the third, etc.
There can be any number of dates in this field but I don't think anyone would take more than 5 deposits on a single order.
05/08/2017 or 05/08/2017}05/09/2017 or 05/08/2017}05/09/2017}05/10/2017 and so on depending on how many deposits were taken on the order.
I need a formula that will split these into separate fields. So if there's only a single date, return only that date. If there's two dates separated by a }, I need one field to show the first date and one field to show the second date. If there's three dates, I need one field to show the first date, one to show the second, and one to show the third, etc.
There can be any number of dates in this field but I don't think anyone would take more than 5 deposits on a single order.