Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear All,
I have a peculiar proble which I don't know wether I use sumif or sumprodut? My data A B Result 1 SRA Online Checks: BS - Assets 2 JRA Online Checks: BS - Assets 3 SRA Online Checks: BS - Liabilities 4 JRA Online Checks: BS - Liabilities Source data: F G H I J 1 Description JRA RA SRA Analyst 2 Online Checks: BS - Assets 37.65 41.18 47.06 52.94 3 Online Checks: BS - Liabilities 35.29 41.18 52.00 64.71 My requirement: I need the value where the A1 and B1 match with the source data and present the value of matching. Here, in result column, firs value should be 47.06 and secund value should be 37.65. I hope you people underastand the problem. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A1=$G$1:$J$1)*(B1=$F$2:$F$3)*($G$2:$J $3))
Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Narendra Boga" wrote: Dear All, I have a peculiar proble which I don't know wether I use sumif or sumprodut? My data A B Result 1 SRA Online Checks: BS - Assets 2 JRA Online Checks: BS - Assets 3 SRA Online Checks: BS - Liabilities 4 JRA Online Checks: BS - Liabilities Source data: F G H I J 1 Description JRA RA SRA Analyst 2 Online Checks: BS - Assets 37.65 41.18 47.06 52.94 3 Online Checks: BS - Liabilities 35.29 41.18 52.00 64.71 My requirement: I need the value where the A1 and B1 match with the source data and present the value of matching. Here, in result column, firs value should be 47.06 and secund value should be 37.65. I hope you people underastand the problem. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Its working..... Thank You very much... Narendar "Ms-Exl-Learner" wrote: =SUMPRODUCT((A1=$G$1:$J$1)*(B1=$F$2:$F$3)*($G$2:$J $3)) Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Narendra Boga" wrote: Dear All, I have a peculiar proble which I don't know wether I use sumif or sumprodut? My data A B Result 1 SRA Online Checks: BS - Assets 2 JRA Online Checks: BS - Assets 3 SRA Online Checks: BS - Liabilities 4 JRA Online Checks: BS - Liabilities Source data: F G H I J 1 Description JRA RA SRA Analyst 2 Online Checks: BS - Assets 37.65 41.18 47.06 52.94 3 Online Checks: BS - Liabilities 35.29 41.18 52.00 64.71 My requirement: I need the value where the A1 and B1 match with the source data and present the value of matching. Here, in result column, firs value should be 47.06 and secund value should be 37.65. I hope you people underastand the problem. Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome!
Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Narendra Boga" wrote: Its working..... Thank You very much... Narendar "Ms-Exl-Learner" wrote: =SUMPRODUCT((A1=$G$1:$J$1)*(B1=$F$2:$F$3)*($G$2:$J $3)) Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Narendra Boga" wrote: Dear All, I have a peculiar proble which I don't know wether I use sumif or sumprodut? My data A B Result 1 SRA Online Checks: BS - Assets 2 JRA Online Checks: BS - Assets 3 SRA Online Checks: BS - Liabilities 4 JRA Online Checks: BS - Liabilities Source data: F G H I J 1 Description JRA RA SRA Analyst 2 Online Checks: BS - Assets 37.65 41.18 47.06 52.94 3 Online Checks: BS - Liabilities 35.29 41.18 52.00 64.71 My requirement: I need the value where the A1 and B1 match with the source data and present the value of matching. Here, in result column, firs value should be 47.06 and secund value should be 37.65. I hope you people underastand the problem. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF | Excel Worksheet Functions | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |