ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Lookup & Sum the corresponding row (https://www.excelbanter.com/excel-discussion-misc-queries/198950-lookup-sum-corresponding-row.html)

KimC

Lookup & Sum the corresponding row
 
I have on one sheet a value in B2, that i want to find on another sheet in A
column and i want to sum all the values in the corresponding row.

Any help would be great, Thanks in advance.

Max

Lookup & Sum the corresponding row
 
One interp ..

In Sheet1,
maybe you meant to do something like this in say, C2:
=SUMIF(Sheet2!A:A,B2,Sheet2!E:E)
which assumes the sum range is col E in Sheet2
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"KimC" wrote:
I have on one sheet a value in B2, that i want to find on another sheet in A
column and i want to sum all the values in the corresponding row.

Any help would be great, Thanks in advance.


Max

Lookup & Sum the corresponding row
 
Another interp
In Sheet1's C2:
=SUMPRODUCT((Sheet2!$A$2:$A$100=B2)*Sheet2!$B$2:$I V$100)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"KimC" wrote:
I have on one sheet a value in B2, that i want to find on another sheet in A
column and i want to sum all the values in the corresponding row.

Any help would be great, Thanks in advance.



All times are GMT +1. The time now is 02:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com