Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have this scenario:
LTV PBS PPP RESULT 2 8 5 7 2 8 5 7 I need a formula that calculates ONLY if on the 1st row it says: "ltv" AND ALSO "PPP". So in this case the result would be 7. I was trying with =SUMPRODUCT formula but I can't make it work Please any help will be very welcome! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What are you calculating?
-- Brevity is the soul of wit. "HERNAN" wrote: I have this scenario: LTV PBS PPP RESULT 2 8 5 7 2 8 5 7 I need a formula that calculates ONLY if on the 1st row it says: "ltv" AND ALSO "PPP". So in this case the result would be 7. I was trying with =SUMPRODUCT formula but I can't make it work Please any help will be very welcome! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am sure SUMPRODUCT can work somehow. It seems to be an answer to a lot,
but I am not that comfortable with it. This is what I came up with. Given that LTV, PMS, PPP, RESULT are in row 1 (A1 - D1) and the rest falls in line accordingly, the formula that I put in D2 is: =SUMIF(A1:C1,"=LTV",A2:C2) +SUMIF(A1:C1,"=PPP",A2:C2) "HERNAN" wrote: I have this scenario: LTV PBS PPP RESULT 2 8 5 7 2 8 5 7 I need a formula that calculates ONLY if on the 1st row it says: "ltv" AND ALSO "PPP". So in this case the result would be 7. I was trying with =SUMPRODUCT formula but I can't make it work Please any help will be very welcome! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if LTV and PPP columns are fixed e.g columns A and C, then
=A2+C2 "WLMPilot" wrote: I am sure SUMPRODUCT can work somehow. It seems to be an answer to a lot, but I am not that comfortable with it. This is what I came up with. Given that LTV, PMS, PPP, RESULT are in row 1 (A1 - D1) and the rest falls in line accordingly, the formula that I put in D2 is: =SUMIF(A1:C1,"=LTV",A2:C2) +SUMIF(A1:C1,"=PPP",A2:C2) "HERNAN" wrote: I have this scenario: LTV PBS PPP RESULT 2 8 5 7 2 8 5 7 I need a formula that calculates ONLY if on the 1st row it says: "ltv" AND ALSO "PPP". So in this case the result would be 7. I was trying with =SUMPRODUCT formula but I can't make it work Please any help will be very welcome! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
that was beautifull, thank you so much, it looks like its working perfectly,
I'll try it, really thank you "WLMPilot" wrote: I am sure SUMPRODUCT can work somehow. It seems to be an answer to a lot, but I am not that comfortable with it. This is what I came up with. Given that LTV, PMS, PPP, RESULT are in row 1 (A1 - D1) and the rest falls in line accordingly, the formula that I put in D2 is: =SUMIF(A1:C1,"=LTV",A2:C2) +SUMIF(A1:C1,"=PPP",A2:C2) "HERNAN" wrote: I have this scenario: LTV PBS PPP RESULT 2 8 5 7 2 8 5 7 I need a formula that calculates ONLY if on the 1st row it says: "ltv" AND ALSO "PPP". So in this case the result would be 7. I was trying with =SUMPRODUCT formula but I can't make it work Please any help will be very welcome! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
sumproduct with 0/blank cells | Excel Worksheet Functions | |||
conditional formating / linked cells? | Excel Discussion (Misc queries) | |||
Calculate percentage based on cells with conditional formatting | New Users to Excel | |||
Conditional formatting on cells with a VLOOKUP formula in them | Excel Discussion (Misc queries) |