Harvey Ball formula for between two dates
I have set up a sheet with a "date min" and a "date max" column.
I have made another column that is a Harvey Ball status column.
I need a formula to drive the status balls if the date entered in a 3rd date column "date actual" is between the dates of the date min. and date max. columns.
Thank you Smartsheet gurus!
Answers
-
What would be the requirements and expected outputs?
-
Hi @RGarrels
I agree with Paul that it would be helpful to know what colours you want to appear based on those dates!
I assume that if the 3rd date falls between-or-on your defined date range you want this to be green, is that correct? Then anything outside of those dates is red?
Here's an example of how you could write that formula:
=IF(AND([Date Actual]@row >= [Date Min]@row, [Date Actual]@row <= [Date Max]@row), "Green", "Red")
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!