Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default CONDITIONAL RESULTS DEPENDING ON CELL'S NAME (sumproduct)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default CONDITIONAL RESULTS DEPENDING ON CELL'S NAME (sumproduct)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default CONDITIONAL RESULTS DEPENDING ON CELL'S NAME (sumproduct)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default CONDITIONAL RESULTS DEPENDING ON CELL'S NAME (sumproduct)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default CONDITIONAL RESULTS DEPENDING ON CELL'S NAME (sumproduct)

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
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
Linking Groups of cells between workbooks vnacj-joe Excel Discussion (Misc queries) 4 June 14th 07 05:18 PM
sumproduct with 0/blank cells Matt Excel Worksheet Functions 4 December 15th 05 09:26 PM
conditional formating / linked cells? ET Excel Discussion (Misc queries) 7 December 7th 05 07:57 PM
Calculate percentage based on cells with conditional formatting Cachod1 New Users to Excel 5 April 4th 05 02:11 PM
Conditional formatting on cells with a VLOOKUP formula in them JenniM Excel Discussion (Misc queries) 4 April 1st 05 06:45 PM


All times are GMT +1. The time now is 12:12 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"