Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Morning all,
Column A = Bob Column B = Cat Column C = House Column D = 10 Column E = 5 Column F = 1.6 Column G = 100 I am trying to write a formula that will do: (((d*e)*f)/g) based on whether the data in A,B and C all confirm to certain criteria...a couple of hours, multiple coffees and a cake and i cannot put it together... can some clear headed individual help out? thx vm richard |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
1.
=SUMPRODUCT((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100)) 2. =SUM(IF((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100))) (array-enter this formula i.e. CTRL+SHIFT+ENTER) adjust yr ranges HIH On 3 Lis, 10:31, "Richard Edwards" wrote: Morning all, Column A = Bob Column B = Cat Column C = House Column D = 10 Column E = 5 Column F = 1.6 Column G = 100 I am trying to write a formula that will do: (((d*e)*f)/g) based on whether the data in A,B and C all confirm to certain criteria...a couple of hours, multiple coffees and a cake and i cannot put it together... can some clear headed individual help out? thx vm richard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
went for #1 - perfect - apart from the ; which i replaced with ,
thx "Jarek Kujawa" wrote in message ... 1. =SUMPRODUCT((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100)) 2. =SUM(IF((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100))) (array-enter this formula i.e. CTRL+SHIFT+ENTER) adjust yr ranges HIH On 3 Lis, 10:31, "Richard Edwards" wrote: Morning all, Column A = Bob Column B = Cat Column C = House Column D = 10 Column E = 5 Column F = 1.6 Column G = 100 I am trying to write a formula that will do: (((d*e)*f)/g) based on whether the data in A,B and C all confirm to certain criteria...a couple of hours, multiple coffees and a cake and i cannot put it together... can some clear headed individual help out? thx vm richard |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
oops, missed that, am using a Polish version
sorry ;-( On 3 Lis, 11:34, "Richard Edwards" wrote: went for #1 - perfect - apart from the ; which i replaced with , thx "Jarek Kujawa" wrote in message ... 1. =SUMPRODUCT((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100)) 2. =SUM(IF((A1:A100="Bob")*(B1:B100="Cat")* (C1:C100="House");D1:D100*E1:E100*F1:F100/G1:G100))) (array-enter this formula i.e. CTRL+SHIFT+ENTER) adjust yr ranges HIH On 3 Lis, 10:31, "Richard Edwards" wrote: Morning all, Column A = Bob Column B = Cat Column C = House Column D = 10 Column E = 5 Column F = 1.6 Column G = 100 I am trying to write a formula that will do: (((d*e)*f)/g) based on whether the data in A,B and C all confirm to certain criteria...a couple of hours, multiple coffees and a cake and i cannot put it together... can some clear headed individual help out? thx vm richard- Ukryj cytowany tekst - - Pokaż cytowany tekst - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple if conditions - use sumif/sumProduct? | Excel Discussion (Misc queries) | |||
sumif or sumproduct multiple conditions | Excel Discussion (Misc queries) | |||
SUMPRODUCT, SUMIF, COUNTIF for multiple sheets for multiple criter | Excel Worksheet Functions | |||
SUMPRODUCT / SUMIF on Multiple Worksheets with Multiple Criteria | Excel Discussion (Misc queries) | |||
SUMif or SUMproduct across multiple worksheets? | Excel Worksheet Functions |