Thread: Sum If Help
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Maggie0507 Maggie0507 is offline
external usenet poster
 
Posts: 3
Default Sum If Help

Thank you - worked like a charm!

"Reitanos" wrote:

Try
=SUMIF(A2:B1000,"Retail",B2:B1000)

The first argument is the range of data
The second is the the text to target
The third is the part of the data to be used in the sum

On May 7, 12:04 pm, Maggie0507
wrote:
I need to have a total cell for a large spreadsheet I'm working on (150+lines
of data). I need to put in a formula that will add the amount in Column B if
the word in the Column A says "Retail".

Example:
A B
Retail 10,950
Storage 6,500
Retail 5,000
Retail 4,000
Storage 3,500

Total Retail Amount
Total Storage Amount

Relatively new to Excel, so any help would be greatly appreciated!!!