Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Help please....I am trying to compare data in 2 sheets to get the difference
from month to month #1 (previous month's forecast) Customer Part number Dollars ABD 1234 $500 #2 (current month's forecast) Customer Part number Prev Month $ Dollars Difference ABD 1234 ?? $600 $100 I am trying to find a formula that would compare the 2 worksheets : if customer & part number match from #1 to #2 then input the dollars from that customer on #1 to same customer on #2. One problem I run into is that there could be a customer or part number addition or subtraction from one month to another. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excel 2007 PivotTable
Consolidate Tables with Macro Difference from previous month http://www.mediafire.com/file/grtu41...07_15_09a.xlsm Will not convert to 2003. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Assume that your data in sheet 1 is in range A3:C21 (including the header row). In sheet 2, you have ABD in cell A5, 1234 in cell B5 and 600 in cell D6. In cell C5, you could array enter (Ctrl+Shift+Enter) the following formula =INDEX(Sheet1!$A$3:$C$21,MATCH(1,(Sheet1!$A$3:$A$2 1=Sheet2!A5)*(Sheet1!$B$3:$B$21=Sheet2!B5),0),3) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Caseymom" wrote in message ... Help please....I am trying to compare data in 2 sheets to get the difference from month to month #1 (previous month's forecast) Customer Part number Dollars ABD 1234 $500 #2 (current month's forecast) Customer Part number Prev Month $ Dollars Difference ABD 1234 ?? $600 $100 I am trying to find a formula that would compare the 2 worksheets : if customer & part number match from #1 to #2 then input the dollars from that customer on #1 to same customer on #2. One problem I run into is that there could be a customer or part number addition or subtraction from one month to another. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing data in multiple worksheets | Excel Discussion (Misc queries) | |||
Comparing Data from two 2 worksheets | Excel Discussion (Misc queries) | |||
Comparing Data from two 2 worksheets | Excel Worksheet Functions | |||
Comparing Data Between Worksheets | Excel Discussion (Misc queries) | |||
need help comparing data in 2 separate worksheets | Excel Worksheet Functions |