How do I lookup only Apple and return value on Price Column and su

  • Thread starter Need help with sumif
  • Start date
N

Need help with sumif

Date Sold Item Price
11/6/2008 Apple $3
11/6/2008 Orange $15
11/7/2008 Orange $2
11/7/2008 Apple $20
11/8/2008 Banana $5
11/8/2008 Orange $500

How do I lookup only Apple and return the sum on Price column
Assume Date Sold is A column Item is B Column Price is C Column
 
M

Max

And if you're looking at multi-criteria summing, beyond SUMIF,
then something like this:
=SUMPRODUCT((TEXT(A2:A10,"mmmyy")="Nov08")*(B2:B10="Apple"),C2:C10)
which will yield the total of col C's figs for Apples in col B where dates
in col A are Nov 08.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:363 Subscribers:64
xdemechanik
---
 

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