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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!