LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default Formula Help

John --
I understand you to be saying, "If the value in Column A is "abc", then
multiply the values in Columns B&C, and give me the sum of those products."
If so, here's one way:

A B C
1 abc 1 2
2 abc 2 4
3 def 3 5

=SUMPRODUCT(--(A1:A3="abc"),B1:B3,C1:C3)

Should return the answer of 10.

HTH

"John" wrote:

Not sure how to do this, I need to add Column A that equals "abc" then
multiply column B by Column C. There could be up to say 12000 cells in
column A. So what I need to do add up anything in Column A any cell that
equals the text value of "abc" then multiply the cells in column B by column
C. Hopefully that came out right.

Thanks in advance


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"