Some sort of count formula

Christian11

New Member
Joined
Jul 14, 2022
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
BD6A32C3-920A-4362-AE0F-4543411D7FE5.png

Does anyone know how I can count the total number of customers who filled in a cell? For example with customer A, even though they responded to question 1&2, I only want the count to be 1.

If the values in the cells were numbers, my formula would be =SUMPRODUCT((B2:B4+C2:C4+D2:D4>0)+0)

But since the cells are text, I can’t use SUMPRODUCT
 
Try this...
Book1
ABCDEF
1Q1Q2Q33
2AYesNo
3B
4CYesYes
5DMaybe
Sheet5
Cell Formulas
RangeFormula
F1F1=SUM(SIGN(MMULT(--(B2:D5<>""),{1;1;1})))

This determines the number of non-blanks on each row and then converts any non-zeroes to a 1 before summing. If you have more Questions (columns), adjust the size of the 1's array to match.
 
Upvote 0
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Some sort of count formula
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

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