excel sorting

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Excel - Sorting

Excel - Sorting

resolvedResolved · Low Priority · Version Standard

Adam has attended:
Excel Advanced course
Excel VBA Intro Intermediate course

Excel - Sorting

What is the best way to pull in information from one spreadsheet to another using a unique identifier. I.E. a product code is the same on two sheets but the price is different can I pull the price from one sheet next to the price in the other.

RE: Excel - Sorting

A simple vlookup could do this.

=vlookup(A1,sheet2!A1:E2000,2,0)

assuming that A1 is the product code.

sheet2!A1:E2000 is the range that vlookup is looking in

and that the price on sheet2 is in column B (second column along)

RE: Excel - Sorting

Paul,

Perfect thankyou, that's saved us about 20 hours a month!

Thanks,

Adam

RE: Excel - Sorting

Well done Paul, thank you for that response, it looks like Adam is well pleased. Best regards Pete.


 

Excel tip:

Hiding and unhiding columns using the keyboard

CTRL + 0 hides your columns and CTRL + SHIFT + ) unhides them although you would need to highlight the column letters either side as per normal

View all Excel hints and tips


Server loaded in 0.09 secs.