Why am I getting a #N/A??

Korimint

New Member
Joined
Feb 5, 2011
Messages
42
here is my formula:

if(vlookup(a26,d3:g36,4,0)=0,"","True")

What am I doing wrong not to get a blank instead of #N/A
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Did you Evaluate your formula step at a time or with Excel's Evaluate formula?

You may want to check Excel's Help for ISNA.
 
Upvote 0
here is my formula:

if(vlookup(a26,d3:g36,4,0)=0,"","True")

What am I doing wrong not to get a blank instead of #N/A

Testing a VLOOKUP result for being equal to 0 is okay as long as it does not return #N/A for #N/A = 0 is still #N/A.

By the way, care to describe what the formula is intended to do?
 
Upvote 0
The look up value and the value in the table are probably different formats. One of them is probably formatted as a number, while the other is formatted as text.

if you find a cell with a number of 1 (or make one). Copy it, and highlight all numbers, Paste Special > Multiply which will convert numbers stored as text to numbers.

If you haven't formatted the cells, text will also be left justified, while numbers will be right justified. Hope that helps!
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,848
Members
452,948
Latest member
UsmanAli786

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