Vlookup

J

Jaz

I have a excel spreadsheet with 2 sheets.

I'm trying to do a vlookup on one sheet and return a value.

The problem is, I need the vlookup to match more than 1 cell.

This is what I want to do:
On sheet 1, if cell 1 and cell 2 matches cell1 and cell 2 from sheet 2, I
want to return cell 3 from sheet 2.

Is this possible with vlookup? How should I handle this?

Thanks,
Jasper
 
R

Ross Culver

You can concatenate cell 1 and cell 2 on sheet 1 (=A1 & A2), but on sheet
two you'll have to create a single left-side column with the concatenated
results of cells 1 & 2 on that page.

Make sense?

Ross
 
J

Jaz

Works great!!

Thanks,
Jasper

Ross Culver said:
You can concatenate cell 1 and cell 2 on sheet 1 (=A1 & A2), but on sheet
two you'll have to create a single left-side column with the concatenated
results of cells 1 & 2 on that page.

Make sense?

Ross
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top