VBAProIWish
Well-known Member
- Joined
- Jul 6, 2009
- Messages
- 1,027
- Office Version
- 365
- Platform
- 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.
Can someone fix this?
Thanks much!
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!