Not real clear what you're asking.For v-lookup purposes I need a number field to display as a text. Simply choosing the text option doesn't seem to work. Any ideas on how to convert without having to add "+0" to the end?
Basically, I'm doing a v-lookup and the return value is a blank cell, but rather than display a blank cell is it returning a zero.
There's a problem with the sheet name(s) ?Try this
=IF(OR(ISNA(VLOOKUP(I381,'Sales!$C$1:$J$17000,8,FALSE)),VLOOKUP(I381,'Sales!$C$1:$J$17000,8,FALSE)=0),"",VLOOKUP(I381,'Sales Returns!$C$1:$J$17000,8,FALSE))