Hello Community;
I'm building a dashboard to reflect how different projects/programs are tracking towards targets. I want to showcase the following: 1) Projects that have gone above their targets, 2) Projects that didn't meet the target, 3) Projects On track to meeting the targets.
I've already tried this formula =SUM([Actual column - [Target Column) / [Target Column] . Examples below:
Project 1 - Actual 165 - Target 70 = 136% over performed
Project 2: Actual 99 - Target 120 = -18% under performed
Project 3: Actual 50 - Target 50 = 0% Target met (instead of 100%)
Is there a better way to reflect the above information? Any help is greatly appreciated.
Thank you;