Is there a way to define "today's" health, based on today's date and corresponding "% completion" va

Jon_Beattie
Jon_Beattie ✭✭
edited 12/09/19 in Formulas and Functions

Hey everyone,

I've got a set of data pulling in completion % by date, and want to give my team a quick snapshot of overall health of the project based on completion % for TODAY(). I have used the following formula, which works for giving RYG per day:

=IF(AND(Date9 = TODAY(), Difference9 < 0.05), "Green", IF(AND(Date9 = TODAY(), Difference9 > 0.15), "Red", "Yellow"))

  • Date9 in the above is where I have defined each given date. In this example, Date9 = 07/06/18 (Date8 = 07/07/18, etc).

This gives me RYG for every day..but what I am actually trying to do is say something like: "Based on whatever today's date is, find the completion % TODAY, and tell me if we are at a Red, Yellow or Green health status (based on the <.05, >.15, etc criteria I defined above). My hope is to pull this value into a Smartsheet dashboard so that it only pulls in one RYG ball for today's date (again, I've gotten it to work in my sheet to pull in health for every single date I've defined..but I just want data for whatever date happens to be today, if that makes sense).

I've also messed around with adding a check column to say "tell me which date in my Date column = today..I was thinking maybe this could be a flag, but I haven't figured out how to make it work with that, and also am not sure if it's totally necessary.

Any help that can be provided here would be much appreciated.

 

NOTE: I've given a screenshot below to help you see what I'm trying to do ("Difference" = % difference between "total points left to complete" vs. "left to complete(Straight avg)")

Screen Shot 2018-07-06 at 11.40.53 AM.png

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!