Counting blank cells and columns

ABGTH

New Member
Joined
Dec 7, 2022
Messages
6
Office Version
  1. 2011
Platform
  1. Windows
I have four columns for attendance for each quarter. How do I count if all four are blank for a person and then total that at the end? The highlighted cells are representative the person did not attend all year.


Excel attendance %.JPG
 
Not sure how you get 40% with the data in your image, but is this what you want.
Fluff.xlsm
ABCDEF
1MarchJuneSeptNov
2
333.33%
4
5PP
6P
7
8
9
10P
11
12
13P
14
15
16P
Data
Cell Formulas
RangeFormula
F3F3=SUMPRODUCT(SIGN(MMULT(--(A2:D16<>""),TRANSPOSE(COLUMN(A2:D2)^0))))/ROWS(A2:A16)
Yes - Thank you!
 
Upvote 0

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,224,311
Messages
6,177,808
Members
452,806
Latest member
Workerl3ee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top