LucidCheetah
New Member
- Joined
- Dec 11, 2017
- Messages
- 15
I am using vlookup to populate cells in one column of my sheet, but when I have no value in the C column to draw from, the B column displays "#N/A". How can I modify this line to show an empty cell until I have input my value into the C column?
Code:
=VLOOKUP(C2,'Sheet2'!$A$1:$B$2662,2,0)