Sign in to join the conversation:
Hello,
How can I write the formula to show that if the date in column A goes past todays date, hightlight the cell in red?
Is that possible?
Yes, if you choose the formatting option in the toolbar you will be able to color the row or the cell based on the date column you choose being in the past. See screenshots below.
More on Conditional Formatting.
Is the "in the past" criteria for conditional formatting still available? It doesn't appear in my Smartsheet as an option.
Hi @LGraf
Can you double check that the column you've selected is formatted as a Date type of column?
Wow, you are totally right. How embarrassing! Thanks very much.
Not to worry! I've done that before, too 🙂
Hello All, My existing formula (working correctly) inserts text of REORDER NEEDED or OK option , formula below: =IF([Stock Quantity]32 < [Reorder Level]32, "REORDER NEEDED", "OK") I would like to add a third text insert of "ORDERED" when criteria of a checkbox has been checked in the ON ORDER column -or a date ordered…
Hi, I’m using Smartsheet with a Master Sheet(All over Projects Basic Summary) and Individual project sheets that have multiple phases. When I change the Assigned Person in the Master Sheet, I want: •It to update only phases that are Not Started or In Progress •It should not change phases that are Completed Is this…
I am working on a column formula that won't generate a syntax error due to the first-row data entries. The goal of this sheet is to document and calculate changes in counts from a one month to another. A form will be used for data entry, and I have the form set up to put new entries at the bottom. The formula in the…