Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Sum formula is not adding up properly | Excel Discussion (Misc queries) | |||
Product formula help | Excel Worksheet Functions | |||
Adding columns (one with a formula) | New Users to Excel | |||
Adding a formula to a pivot table | Excel Discussion (Misc queries) |