sum in excel

F

fernango

I am trying to do a summary of hundreds of items which names start
with "ENG" (there are more categories), what I would like to have is a
summary of clumn E for items in column A that start with "ENG".

Thanks
 
D

Don Guillett

Look in the help index for SUMIF and incorporate a wildcard *eng
or use
=sumproduct((left(a2:a22,3)="eng")*e2:e22)
 
T

TheExcelAddict

Assuming your criteria (e.g. ENG) is in cell G1, put the following
formula in cell H1

=SUMIF($A$2:$A$500,G1&"*",$E$2:$E$500)

Put additional criteria below G1.... and copy down the formula from
H1.

Francis Hayes (The Excel Addict)

Get my FREE 'Spreadsheet Tips From An Excel Addict' Newsletter at
http://www.TheExcelAddict.com
 

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