Show's #N/A please to showblank.

G

Guest

Hello from Steved

How can I make the below formula please to show blank cells in stead off #N/A

=SUBSTITUTE(TEXT(VLOOKUP("City",'2nd
Week'!$A$1:$H$10000,2,0),"#.00"),".",":")*1

Thankyou.
 
G

Guest

=IF(ISNA(VLOOKUP("City",'2nd
Week'!$A$1:$H$10000,2,0)),"",SUBSTITUTE(TEXT(VLOOKUP("City",'2nd
Week'!$A$1:$H$10000,2,0),"#.00"),".",":")*1)

-Simon
 
G

Guest

Thank's Simon.

SiC said:
=IF(ISNA(VLOOKUP("City",'2nd
Week'!$A$1:$H$10000,2,0)),"",SUBSTITUTE(TEXT(VLOOKUP("City",'2nd
Week'!$A$1:$H$10000,2,0),"#.00"),".",":")*1)

-Simon
 

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

Similar Threads


Top