![]() |
How do I lookup only Apple and return value on Price Column and su
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 |
How do I lookup only Apple and return value on Price Column and su
in say, D1: =SUMIF(B:B,"Apple",C:C)
-- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:363 Subscribers:64 xdemechanik --- "Need help with sumif" wrote: 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 |
How do I lookup only Apple and return value on Price Column and su
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 --- |
All times are GMT +1. The time now is 10:38 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com