need a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Looking for a formula to tell me how many recrods there are in my worksheet
where any field L2 through AB2 is equal to 1 or 3. Values in these columns
range from 0-5.
 
=COUNTIF(L2:AB2,1) + COUNTIF(L2:AB2,2) + COUNTIF(L2:AB2,3)
 
This gives me the SUM of the number of 1s and 3s for each record. I need to
know the numer of records (each is a customer) who buy any products from a
certain category (as indicated by a 1 or 3 in columns L through AB). One
customer could use one products and another could use all 17 and each would
still only be counted once.
 
Not sure what you need Can you describe the way the data is structure in the
w/sheet may be with a small example
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Summing #N/A occurrences 5
Excel VBA 1
Excel Need Countifs Formula Help 0
If Function 1
Help with SUMIF formula 3
Scrabble Value calculation for Welsh words 0
INDEX MATCH CONCATENATE 1
Establishing a Time Window 2

Back
Top