Can someone fix this? =IF(A1498=”’,””),VLOOKUP,[Macros.xlsm]Color!$F$2:$J$500,4,FALSE)

VBAProIWish

Well-known Member
Joined
Jul 6, 2009
Messages
1,027
Office Version
  1. 365
Platform
  1. Windows
Hello All,

I'm trying to make this cell say nothing if there is no data in column A. In other words, I don't want the cell to say "N/A" or give me an error. The formula doesn't work and I know it's because it doesn't see any data in cell A1498. I just can't seem to figure out to make this formula work.

Code:
=IF(A1498=”’,””),VLOOKUP,[Macros.xlsm]Color!$F$2:$J$500,4,FALSE)


Can someone fix this?

Thanks much!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
I think somethin like =IF(A1498="","",VLOOKUP([Macros.xlsm]Color!$F$2:$J$500,4,FALSE)) but you may be missing something in the lookup
 
Last edited:
Upvote 0
Sorry for the delay, yes, you are correct, something is missing as it is not working. Any thoughts?
 
Upvote 0
For VLOOKUP you have four arguments, from what I see itlooks like you are missing the first argument – your lookup value (what do youwant to lookup)
 
Upvote 0

Forum statistics

Threads
1,213,561
Messages
6,114,315
Members
448,564
Latest member
ED38

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