Forum

Notifications
Clear all

Percentage of cells occupied in different columns

3 Posts
2 Users
0 Reactions
110 Views
(@data2link)
Posts: 3
Active Member
Topic starter
 

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

 
Posted : 29/08/2017 12:50 pm
(@sunnykow)
Posts: 1417
Noble Member
 

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

 
Posted : 29/08/2017 2:07 pm
(@data2link)
Posts: 3
Active Member
Topic starter
 

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

 
Posted : 29/08/2017 2:49 pm
Share: