Unable to place VLOOKUP code in address bar for worksheet cell

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,883
Office Version
  1. 2007
Platform
  1. Windows
Please see attached screenshot
I select the cell C20 which is the green one in image.
In the address bar i paste & also typed =IFERROR(VLOOKUP($B20,$F:$H,3,FALSE),"")
but when i the hit enter to have it applied when i click in cell C20 nothing is shown.

I expect to see the type formula there.
Im trying to have the cell populate the text from the yellow cells top right.



EaseUS_2025_01_27_14_42_09.jpg
 
should not return a zero for N/A - as you have "" in the IFERROR()
it will only return a zero - if it finds a matching value in F - BUT a blank in H

you could say

=IFERROR(IF(VLOOKUP($B3,$F:$H,3,FALSE)=0,"", VLOOKUP($B3,$F:$H,3,FALSE)),"")
 
Upvote 0
Solution

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,226,049
Messages
6,188,567
Members
453,484
Latest member
jlo1673

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