VLookup Formula Help

Rob0424

New Member
Joined
Jan 9, 2007
Messages
20
Could someone help me fix this formula:

=VLOOKUP((E76,'Equip Rates'!D3:D228,0)-1,0)

I am trying to create a formula where it searched for a match to the text in Cell E76 to the Range in the "Equip Rates"!D3:D228 cells and returns the value one cell to the left when it finds the match.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi,

VLOOKUP only looks to the right.

Try this:

Excel Formula:
=LOOKUP(E76,'Equip Rates'!D3:D228,'Equip Rates'!C3:C228)
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Another option would be
Excel Formula:
=INDEX('Equip Rates'!C3:C228,match(E76,'Equip Rates'!D3:D228,0))
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,203,378
Messages
6,055,087
Members
444,761
Latest member
lneuberger

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