vlookup multiple criteria

tvanduzee

Board Regular
Joined
Mar 14, 2008
Messages
86
Hello
I have a sheet that contains "bios version", "Model" and "ComputerNames" columns. (A3:C150).
I also have 2 columns (J3:K22) that contain the Model and latest bios versions.

The bios versions in the A column are the versions currently on the computer, and the bios version in the K column are the latest version for each of the models.

In the "F" Column, I'm trying to build a vlookup function that will:
1. Look for and match the model, then if the model matches, compare the bios version (in the "K" column) to the bios version in the "A" Column. If the versions don't match "Update" appears in that "F" cell (on the same row as the computer model being compared). If the values don't match, the cell is blank.

snip.png

Any suggestions?

Thank You
Terry
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
In F3,
Excel Formula:
=IF(INDEX(K_range,MATCH(C3,J_range,0))=A3,"Current","Update")
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top