Help

  • Thread starter Thread starter ShimiCocoPop
  • Start date Start date
S

ShimiCocoPop

I am using

=INT((Current Date - DOB)/365.25)

to count age...

I want to use

=SUMPRODUCT(--(Type="D"),--(Age="25"))

It shows ZERO when I do this... I'm guessing its because
there is a formula calculating the information in the age
column.

Any ideas how I can combine these data and find out how
many twenty-five year olds bought product D?
 
If you're calculating age, the results will be numbers.
Try =25 rather than ="25" in your SUMPRODUCT formula.

HTH
Jason
Atlanta, GA
 
HI,

REmove the Quotes around 25:

'=SUMPRODUCT(--(Type="D"),--(Age=25))

jeff
 

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

Back
Top