Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All,
I am trying to sum the values in B, C, D based on the value in column A ------------------------ Available Data ------------------------ Account no. Item1 Item2 Item3 1022 3 1 1023 2 2 1024 2 1 ------------------------ What I need. ------------------------ In another sheet I have two table where I want to sum the value from specific column when I fill up the "Account no." column. For E.g. In Table 1 Sum the corresponding value from Item1 and Item3 Based on Value in Column "Account No.". Account No. Sum of Items 1022 3 1023 4 1024 2 Similarly, In Table 2 Sum the corresponding value from Item2 and Item3 Based on Value in Column "Account No.". Account No. Sum of Items 1022 1 1023 2 1024 1 On a side note I tried a lot of googling could not find a similar solution. Below is current method which I feel is not very efficient and I believe you guys might have a better solution. Current Method Table1 Vlookup(item1) + Vlookup(Item3) Any help on this is appreciated. Regards Taha |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? | Excel Discussion (Misc queries) | |||
Autosum column values, if separate column values equal certain val | Excel Worksheet Functions | |||
Adding multiple values in one column based on multiple values of the same value (text) in another column | Excel Discussion (Misc queries) | |||
Calculating values to column D with formula based on values column A | Excel Programming | |||
How do I search thr'o column and put unique values in differnt sheet and sum corresponding values in | Excel Programming |