Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
pls advise which functions should be used if I want to combine below two sheet
Sheet One 2004 Product qty milk 2 apple 3 pearl 4 sheet two 2005 Product qty Sugar 2 apple 3 pearl 4 I hope get result like this Product 04 qty 05 qty milk 2 0 apple 3 3 pearl 4 4 Sugar 0 2 thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
where are the results to be displayed ? if you want the results on page 3
enter data in products col , and use the vlookup function to compare cell "Donna" wrote: pls advise which functions should be used if I want to combine below two sheet Sheet One 2004 Product qty milk 2 apple 3 pearl 4 sheet two 2005 Product qty Sugar 2 apple 3 pearl 4 I hope get result like this Product milk 2 0 apple 3 3 pearl 4 4 Sugar 0 2 thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
this assumes your data for product is in col a, and the quantity is in Col B
sheet 3 Product 2004 2005 Milk =VLOOKUP(A3,Sheet1!A:B,2,FALSE) =VLOOKUP(A3,Sheet2!A:B,2,FALSE) "Donna" wrote: pls advise which functions should be used if I want to combine below two sheet Sheet One 2004 Product qty milk 2 apple 3 pearl 4 sheet two 2005 Product qty Sugar 2 apple 3 pearl 4 I hope get result like this Product 04 qty 05 qty milk 2 0 apple 3 3 pearl 4 4 Sugar 0 2 thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lock tab in sheet 2 until cell in sheet one is completed | Excel Worksheet Functions | |||
In Excel, how do you make one whole sheet equal to another. | Excel Discussion (Misc queries) | |||
Clicking Cell Link Changes Cell on Another Sheet | Excel Discussion (Misc queries) | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
Important information on 2 sheets, combine? | Excel Discussion (Misc queries) |