Countif accross multiple questions.

G

golden

Hi folks,

I know this has been asked and answered, but I could not get it
working. I thought I would ask my specific problem.

I have a excel spreadsheet with a detail sheet containing columns.

One column is Inventoried whose values are TRUE or FALSE.
Another column is PRICE which could be 0 or any number like 5.35.

In anoher sheet I want a summary.


I have one cell that is inventoried (=COUNTIF('INVENTORY'!E:E,"TRUE"

I need another Cell that will be Unpriced inventory which is the number
if Inventoried = 'TRUE' and price = 0. I tried the sumproduct but keep
getting errors.

I have thought of adding additional columns, but would prefer not to if
possible. Any help would be greatly appreciated.

Thanks,
 
D

Dave O

Did you use double unary operators in the SUMPRODUCT formula? I got
this one to work:
=SUMPRODUCT(--(D1:D5=TRUE),--(E1:E5=0))
 

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

Top