Hello,
I need help with using the IF formula. This is what I have so far:
IF({Re-engaged}>0,DAYS({Re-engaged},{Active Shadow}),DAYS(TODAY(),{Active Shadow})
What I am trying to achieve is:
- If the re-engaged date column is not blank i.e. >0, then I want to get the number of days between the Active Shadow date column and the re-engaged date column.
- If the re-engaged date column is blank, then I want to get the number of days between today’s date and the active shadow date column.
There is currently a formula error and I’m not sure how to fix this. Can you please help?