Formula for countdown symbols
I'm wanting to use the Empty Quarter...Full symbols to act as a clock for when a contract is about to end, but I'm having difficulty with the formula. Hoping someone can help.
I have 4 columns: Execution/Begin date, Contract End Date, Total Contract Time, and Days Until End Date.
Days until End Date is using the formula =NETWORKDAYS(TODAY(), [Contract End Date]@row)
Total Contract Time is using the formula =NETDAYS([Execution/ Begin date]@row, [Contract End Date]@row)
Both Date columns have to have a date manually added.
Would like to make it so Full is greater that 75%, 3/4 is between 75% and 50%, and so on until Empty is past the Contract end date. I haven't found a good example of a question asking this so I have no idea where to start as far as building the formula
Answers
-
You would use a nested IF statement.
=IF([Days Until End Date]@row / [Total Contract Time]@row>= 0.75, "Full", IF([Days Until End Date]@row / [Total Contract Time]@row>= 0.50, "Three Quarter", ..........................................
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!