Thread: Sum If question
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
lindsey lindsey is offline
external usenet poster
 
Posts: 43
Default Sum If question

Example

A B C D
2 CPP JNY $4
4 GHY MSP $2
2 PWQ NOL $8
8 CPP MSP $9

I want it to sum if there is an 8 in column A, CPP in column B, and MSP in
column C. The sum needs to come out of column D. Please let me know if you
need anything else, thanks!

"Lindsey" wrote:

Sorry, the CPP, TSF, HDJ are all in different columns. Let me know if you
still need an example, thanks!

"Eduardo" wrote:

Hi,
I don't understand if you have the CPP word in one column you want to
summarize another one, but that is not what your formula is saying, if the
below doesn't work please send an example
try

=SUM(SUMIF($a$100:$f$100,{CPP, TSF, HDJ},$f$100))

"Lindsey" wrote:

I have a spreadsheet with multiple colums and I want to sum if there is a
certain word in each column. I feel like this shold be fairly easy, this is
the formula I have now. Thanks!

=sumif( $a$100:$f$100, and( CPP, TSF, HDJ), $f$100)