vlookup

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » VLOOKUP

VLOOKUP

resolvedResolved · Low Priority · Version Standard

Michael has attended:
Excel Advanced course

VLOOKUP

Hi All,

Vlookup and Hlookup return the first entry that matches the criteria how do we return the second/third/etc.?

Thank you.

Sincerely,

Michael

RE: VLOOKUP

I assume you are using something like the following formula:

=VLOOKUP(D2,Range1,1,FALSE)

Where it says 1 (after the Range1) then you need to change this to 2/3 etc as this is the column number so for example:

=VLOOKUP(D3,Range1,2,FALSE)

When using a range all columns must exist in your range


 

Excel tip:

Transpose text

You can transpose any range of cells, turning the columns into rows and the rows into columns. Just follow these steps:

Select the range.

Click the Copy button on the Standard toolbar to copy it to the Clipboard.

Select a cell outside of the range you copied.

Select Paste Special from the Edit menu.

In the Paste Special dialog box, click Transpose, then OK.

View all Excel hints and tips


Server loaded in 0.08 secs.