Jul 27, 2023 02:40 PM
Hi guys,
I currently have the below in a grid view.
I would like to have a formula in the "Timeframe Status" column which will do the following:
1. Check whether text has been added to the "RFI Resolution" field.
2. If the "RFI Resolution" field is not empty, then check the hours between the "Date Created" field and the "Due by" field. If this is less than 48 hours, then return the text "Within time". If it is equal to or greater than 48 hours, then return the text "Past due". I would like the hours to be shown decimal 0.00
3. If the "RFI Resolution" field is empty, then return the text "Ongoing". Again, I would like the hours to be shown decimal 0.00
Thanks
Solved! Go to Solution.
Aug 01, 2023 10:17 AM
Hi @CameronG,
Try this:
Aug 01, 2023 10:17 AM
Hi @CameronG,
Try this:
Aug 01, 2023 02:12 PM
Thanks Chantal