Sign in to join the conversation:
Hello
I would like the ball to be red if the date is in the past, yellow if the date is within the next 30 days and green if it is set to expire in more than 30 days. Help? TIA
=IFERROR(IF(Date@row < Today (), "Red", IF(Date@row > Today(30), "Green", "Yellow"))"")
This formula will provide you with a red if the date is in the past, Green if the date is greater than 30 days from today, and yellow if anything falls inbetween. I wrapped it in an IFERROR formula in case your row is missing date and then the field should appear blank with no symbol.
Hope that helps!
Just replace "Date@row" with your ColumnName@row or if your column contains a space or ends in a number [Your Column Name]@row.
I want to add a calendar to my team's dashboard that shows both Anniversaries and Birthdays every year. I have the following columns: Team member Date (date of anniversary and birthday) Anniversary column to show this year's date (formula) Birthday column to show this year's date (formula) When I go into calendar mode, I…
I’m not sure if this has already been asked here or if there’s an existing Enhancement Request, but: is there any way to apply conditional formatting to multiple widgets in a dashboard at once? I have a large number of widgets, and applying conditional formatting individually to each one is very time‑consuming. Ideally,…
Hi there, I saw an older post that the date format for fillable PDF displays in Regional Settings date format, instead of using the data in the field. Is there a way around this, or does this need to be corrected by developers? Example: Invoice Date My regional setting is English so display 01/31/26, even though the data…