vlookup output

philb99

Active Member
Joined
Feb 3, 2014
Messages
389
Office Version
  1. 2010
Platform
  1. Windows
Hi

I have seen a vlookup within one spreadsheet that if there not a value then it is left blank although the formulae appear to be the same
=VLOOKUP(@$A:$A,CountryLookup!$A:$J,8,FALSE)

Yet when I use my spreadsheet the response is 0
=VLOOKUP(@$A:$A,CountryLookup!$A:$J,8,FALSE)


How can I get the first result please

Thank you
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Returning 0 is what happens by default when a cell is empty, the other sheet will have something like a formula that returns a blank in the cell that the lookup is getting the result from.

If your results are always going to be text then you can simply use =T(VLOOKUP(.....)) to return a blank.
 
Upvote 0
Returning 0 is what happens by default when a cell is empty, the other sheet will have something like a formula that returns a blank in the cell that the lookup is getting the result from.

If your results are always going to be text then you can simply use =T(VLOOKUP(.....)) to return a blank.
Thanks for the reply - T(VLOOKUP....) does the trick, never come across it before so perfect
 
Upvote 0

Forum statistics

Threads
1,215,529
Messages
6,125,344
Members
449,219
Latest member
Smiqer

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