Sum and If

  • Thread starter Thread starter Shirl
  • Start date Start date
S

Shirl

I am wanting to add numbers in Column B,d,f etc only if it equals the text in
Column A,c,e etc
 
hi
try this..
=SUMIF(B2:B8,"text",A2:A8)
or
sumif(range with criteria, criteria, range to sum)

Regards
FSt1
 
I might be overlooking the obvious, but how can NUMBERS in a column equal
TEXT in another column?

Regards,
Howard
 
Back
Top