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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!