Want a blank not zero

C

CBrausa

I would like the cell to be blank, instead of zero, if nothing is in the
cell.
This is the formula I entered. I did one before and I got a blank so I
must be doing something wrong.:confused:

=IF(LEN(VLOOKUP(A2,'FD RUN LIST MASTER2'!$A$12:$AM$606,'FD RUN LIST
MASTER2'!$C$12))=0," ",(VLOOKUP(A2,'FD RUN LIST
MASTER2'!$A$12:$AM$606,'FD RUN LIST MASTER2'!$C$12,FALSE)))
 
B

Bob Phillips

TRy

=IF(ISNA(VLOOKUP(A2,'FD RUN LIST MASTER2'!$A$12:$AM$606,'FD RUN LIST
MASTER2'!$C$12))," ",
(VLOOKUP(A2,'FD RUN LIST MASTER2'!$A$12:$AM$606,'FD RUN LIST
MASTER2'!$C$12,FALSE)))


--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top