Hello.
Please help w a formula to turn the red flag of the 'at risk' column for various number of days before the date set in the Completion Date column.
Thank you.
Dan
=IF([Completion Date]@row >= TODAY(- #), 1)
Give this a try. Just replace the # with however many days you want to trigger the flag.
Thanks very much for your prompt reply and suggestion.
I'll try it and let you know if I succeed, if it works.
Best,
Happy to help.
I have seen this question asked multiple times in the forum, but I couldn't find any clear answer provided in the answers. Please excuse me if a solution already exists, but if not, will someone please let me know if it is possible to use a previous cell value (from cell history) in a formula? I am specifically trying to…
Happy Thursday. I know many have asked this question before, but does anyone know of a way to have a column actively countdown time? Even if a plugin is needed, it will be considered. Here is what I'm looking to do. When a form is filled out and a new line is added to the sheet, I'd like the "Countdown Timer" column to…
I am needing a formula that calculates Termination Date (date property). The formula needs to look at Initiation Date (date property) and Term (text/num) which is based on # months, to calculate Termination Date. In this example, the termination date should return a value of 1/01/26. Thank you!