Hey family!
I have a column with the Stars symbol. I'm using it to rank 1 to 5. While its pretty, I can't seem to quantify them. For example 5 stars = 90%, 4 stars = 70%, etc.
this formula doesn't seem to work:
=IFERROR(IF(VALUE(Probability@row ) = 5, 0.9, IF(VALUE(Probability@row ) = 4, 0.7, IF(VALUE(Probability@row ) = 3, 0.5, IF(VALUE(Probability@row ) = 2, 0.25, IF(VALUE(Probability@row ) = 1, 0.1, 0))))), 0)
any help is greatly appreciated.
thanks
Michael