New here to the forum so I hope I am in the right place 🙂
My question is: How can I get this =COUNTIF(E3:G3,"X")+97 to produce a percentage in I3 that shows when an x is put in each cell it gives me a percent that is complete. Right now it starts at 97% for the first cell, but I need it to show the actual percentage from the 3 cells- I hope I am making sense. -So for example, if the first cell has an x, then it will produce 30%, the second x will show 60% and the final cell with an x will produce 100%. (Or as accurate as it can be -I know that a third of 100 is 33.3%) Thanks for any help I can get.
My file is attached
Hi Marcy
Try entering =CHOOSE(COUNTIF(E3:G3,"x")+1,0,0.33,0.66,1) in cell I3.
Format I3 as %
Hope this helps.
Sunny
Hi Sunny. Thanks so much for the help. That one didn't work for me either 🙁 However, I just now found the answer:
=COUNTIF(E6:G6,"X")/COUNTIF(E6:G6,"<>""")
This works perfectly!
Thanks again 🙂
Marcy