+ Reply to Thread
Results 1 to 3 of 3

Show's #N/A please to showblank.

  1. #1
    Steved
    Guest

    Show's #N/A please to showblank.

    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.

  2. #2
    SiC
    Guest

    RE: Show's #N/A please to showblank.

    =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

    "Steved" wrote:

    > 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.


  3. #3
    Steved
    Guest

    RE: Show's #N/A please to showblank.

    Thank's Simon.

    "SiC" wrote:

    > =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
    >
    > "Steved" wrote:
    >
    > > 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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1