TOMCAT1981
New Member
- Joined
- Oct 12, 2014
- Messages
- 47
So, I have a guy that wants to populate a sheet, then wants another sheet that copies the info from the first sheet. In Sheet2 the user will fill a column that will use VLOOKUP to enter all data that was entered in Sheet1.
My formula in Sheet2
=IFERROR(VLOOKUP(A5,TABLE,4,FALSE)," ")
The formula works just fine, except if there is no data entered in that column it's calling out, it brings back a 0. How do I get it to be just blank?
My formula in Sheet2
=IFERROR(VLOOKUP(A5,TABLE,4,FALSE)," ")
The formula works just fine, except if there is no data entered in that column it's calling out, it brings back a 0. How do I get it to be just blank?