Combine Worsheets (Excel 03)
Sounds like you will want to use the VLOOKUP command. Something like
=VLOOKUP(A2,Sheet2!A2:B100,2,FALSE)
placed in E2 of sheet 3 would help you match up your data.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"Havenstar" wrote:
Hi,
How can I combine (2) worksheets that have different data being pulled from
and ODBC into one Worksheet based on an Order Number?
Sheet 1
A1 B1 C1 D1
Order Nbr Ship Date Customer Description
Sheet 2
A1 B1
Order Nbr Contract Price
This is to be copied into a 3rd sheet combing all Data
A1 B1 C1 D1 E1
Order Nbr Ship Date Customer Description Contract Price
Any help would be appreciated.
Thank you,
Havenstar
|