Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
NTaylor
 
Posts: n/a
Default adding product to formula...

Hello,

I ALMOST have what I need, but not quite. I need for the following formula
to also multiply column C by column B (in 'Q Info')... what do I add?

=SUMIF('Q Info'!A:A, 'Per Sales'!A132, 'Q Info'!C:C)

Any help appreciated. Thanks
--
Nicki Taylor
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rowan Drummond
 
Posts: n/a
Default adding product to formula...

Try:

=SUMPRODUCT(--('Q Info'!$A$1:$A$1000='Per Sales'!A132),
'Q Info'!$B$1:$B$1000*'Q Info'!$C$1:$C$1000)

Note you can't use entire columns with the sumproduct formula.

Hope this helps
Rowan

NTaylor wrote:
Hello,

I ALMOST have what I need, but not quite. I need for the following formula
to also multiply column C by column B (in 'Q Info')... what do I add?

=SUMIF('Q Info'!A:A, 'Per Sales'!A132, 'Q Info'!C:C)

Any help appreciated. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
NTaylor
 
Posts: n/a
Default adding product to formula...

Thanks! I didn't realize you couldn't do it when choosing the whole column.
This should work. Regards, Nicki
--
Nicki Taylor


"Rowan Drummond" wrote:

Try:

=SUMPRODUCT(--('Q Info'!$A$1:$A$1000='Per Sales'!A132),
'Q Info'!$B$1:$B$1000*'Q Info'!$C$1:$C$1000)

Note you can't use entire columns with the sumproduct formula.

Hope this helps
Rowan

NTaylor wrote:
Hello,

I ALMOST have what I need, but not quite. I need for the following formula
to also multiply column C by column B (in 'Q Info')... what do I add?

=SUMIF('Q Info'!A:A, 'Per Sales'!A132, 'Q Info'!C:C)

Any help appreciated. Thanks


Reply
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Sum formula is not adding up properly Michelle Excel Discussion (Misc queries) 4 November 4th 05 11:18 AM
Product formula help Elbowhite Excel Worksheet Functions 2 August 23rd 05 11:55 PM
Adding columns (one with a formula) PaulStroik New Users to Excel 7 June 27th 05 10:32 PM
Adding a formula to a pivot table Tony Excel Discussion (Misc queries) 2 January 20th 05 10:27 AM


All times are GMT +1. The time now is 12:14 AM.

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"