Hello and thanks for trying to help!
I have three columns: Date, Type, Start Date.
I have data in the "Date" and "Type" columns, but I need to populate the "Start Date" column.
Type can only take two values, A or B; date is just a range of future dates.
The logic is as follows: If Type = A then Start Date = Previous working day to the Date column (i.e. I need to use the Workday Function).
If Type = B then Start Date = Date (i.e. no change).
Any ideas?
Many thanks, Ryan
I have three columns: Date, Type, Start Date.
I have data in the "Date" and "Type" columns, but I need to populate the "Start Date" column.
Type can only take two values, A or B; date is just a range of future dates.
The logic is as follows: If Type = A then Start Date = Previous working day to the Date column (i.e. I need to use the Workday Function).
If Type = B then Start Date = Date (i.e. no change).
Any ideas?
Many thanks, Ryan