Hi All,
I'm new at using formulas and I'm trying to figure out how to use my status options to trigger a predefined % Status so I can use the % Status in a pie chart.
Would love some help here as I learn more about formulas.
Here's the formula I was attempting to make work.
=IF([Status]@row = "Approved", "100%"), IF([Status]@row = "More Info Required", "25%"), IF([Status]@row = "Not Approved", "0%"), IF([Status]@row = "Requested", "10%"), IF([Status]@row = "Requested", "75%")))))
I want to make this a column formula once I get this working.
Thanks,
Joshua