Hello folks,
I want to create a consolidated column by utilising a forecast and actual dates column for a specific task , if a task is actualised the consolidated column show the date from actualised column otherwise it should keep showing the dates from forecast column so far it sounds simple and can be achievable using if else statements though the complexity is added when I want to conditionally format the cell in the consolidated table as green if it is actualised , use color red when the forecast date is overdue and use color orange when the forecast date is upcoming in the next 7 days.Any guidance in how to achieve it in one consolidated column is much appreciated.
I want to create a consolidated column by utilising a forecast and actual dates column for a specific task , if a task is actualised the consolidated column show the date from actualised column otherwise it should keep showing the dates from forecast column so far it sounds simple and can be achievable using if else statements though the complexity is added when I want to conditionally format the cell in the consolidated table as green if it is actualised , use color red when the forecast date is overdue and use color orange when the forecast date is upcoming in the next 7 days.Any guidance in how to achieve it in one consolidated column is much appreciated.