Hello there,
I have a matrix (RCI style) of data where there are 4 dates across each row that represent deadlines for that line item for the year.
Next to that date is a status (in progress, not started, complete).
I want to pull into one column for each item the next deadline that is based on:
I have a matrix (RCI style) of data where there are 4 dates across each row that represent deadlines for that line item for the year.
Next to that date is a status (in progress, not started, complete).
I want to pull into one column for each item the next deadline that is based on:
- After todays date
- Status of complete (otherwise keep date before todays date)