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.
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!
I'm trying to pull in the contact information of a second HR Business Partner, contingent on the department of the individual, from a separate reference sheet. However, not all departments have a second HRBP— so if the column of "second HRBP contact info" is blank, I don't want anything to be pulled into the new sheet's…