View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
Magic1 Magic1 is offline
external usenet poster
 
Posts: 5
Default Excel, Percentof row D6:d13 with "Y" expressed in E5

After reading my own question, I realize that I was not clear in what I was
asking.
I have seven (D7:D13) elements that require a level of completion.
Completion is determined by the letter "Y" being entered in the element cell
(D7:D13). I want to show the % level of completion in cell E6

Tks ....

"Sheeloo" wrote:

FYI - CountA counts cells which are not empty... need not be text.

I think your first post was what was required.

"FSt1" wrote:

oops
you said "y" was in E5....so.....
=COUNTIF(D6:D13,E5)/COUNTA(D6:D13)

regards
FSt1

"FSt1" wrote:

hi
try this....
=COUNTIF(D6:D13,"y")/COUNTA(D6:D13)

this formula assumes that D6:D13 is all text.
Regards
FSt1

"Magic1" wrote:

How do I get a percent of D6:D13 with the letter "Y" in E5?