I am trying to track a percentage over 10 items and an overall percentage of 4 sets of 10 items.
For the percentage of each section of 10 items, I use the following:
In cell O5 I entered =COUNTA(E5:N5)/COLUMNS(E5:N5)
In cell Z5 I entered =COUNTA(P5:Y5)/COLUMNS(P5:Y5)
In cell AK5 I entered =COUNTA(AA5:AJ5)/COLUMNS(AA5:AJ5)
And in cell AV5 I entered =COUNTA(AL5:AU5)/COLUMNS(AL5:AU5)
These work perfect.
Now in cell AW5 I want to see an overall percentage of the combined 4 sections of 10 items.
I used =(COUNTA(E5:N5,P5:Y5,AA5:AJ5,AL5:AU5))/(COUNTA(E5:N5,P5:Y5,AA5:AJ5,AL5:AU5)) but I get "You've entered too many arguments"
Can someone please help me with this formula if it can be done?
TIA
For the percentage of each section of 10 items, I use the following:
In cell O5 I entered =COUNTA(E5:N5)/COLUMNS(E5:N5)
In cell Z5 I entered =COUNTA(P5:Y5)/COLUMNS(P5:Y5)
In cell AK5 I entered =COUNTA(AA5:AJ5)/COLUMNS(AA5:AJ5)
And in cell AV5 I entered =COUNTA(AL5:AU5)/COLUMNS(AL5:AU5)
These work perfect.
Now in cell AW5 I want to see an overall percentage of the combined 4 sections of 10 items.
I used =(COUNTA(E5:N5,P5:Y5,AA5:AJ5,AL5:AU5))/(COUNTA(E5:N5,P5:Y5,AA5:AJ5,AL5:AU5)) but I get "You've entered too many arguments"
Can someone please help me with this formula if it can be done?
TIA