VLookup

DEllis

Active Member
Joined
Jun 4, 2009
Messages
344
Office Version
  1. 365
Platform
  1. Windows
Hi everyone, I need to find the value from one sheet to another. So in Sheet A Field N5 I have a value (Spark) I want to find Spark on the Sheet B and then enter the value that is in column 31 back on sheet A in field J5. If there is no value, I would like it blank. Can you help me please?
 
Did you copy/paste my formula exactly as-is, or did you try to type it yourself?
If you tried to type it yourself, check for typos, especially in your lookup range (the second argument of VLOOKUP).
Make sure the sheet name matches EXACTLY what you have, and it is going all the way out to column AE.

I set up the example you posted, and this formula returned 8 for me:
Excel Formula:
=IFERROR(VLOOKUP(N2,SheetB!C:AE,29,0),"")
Note the only change from my original formula was changing N5 to N2, as you have "Spark" in N2 in your posted example.
Hi Joe4, I got it to work! Thank you and Fluff for your help on this question.
 
Upvote 0

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi Joe4, I got it to work! Thank you and Fluff for your help on this question.
Glad to hear it!

What was the issue? Did you have the wrong cell reference in the first argument of the VLOOKUP formula initially?
 
Upvote 0

Forum statistics

Threads
1,216,178
Messages
6,129,325
Members
449,501
Latest member
Amriddin

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