+ Reply to Thread
Results 1 to 3 of 3

add ISBLANK to an IFERROR formula

Hybrid View

  1. #1
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,293

    add ISBLANK to an IFERROR formula

    Hi to return "trimmed" telephone numbers from a database I have devised this

    =IFERROR("0"&RIGHT(VLOOKUP($H3,DriverGrid_20052016_110032.xls!$C$1:$F$54,2),10),"")
    works fine and displays nothing if lookup cell for name is empty

    How can I add ISBLANK so that if cell in C1:f54 is blank then display nothing rather than the zero displayed now

    Any help appreciated
    Last edited by nigelog; 05-20-2016 at 08:06 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: add ISBLANK to an IFERROR formula

    Try

    =IFERROR(IF(RIGHT(VLOOKUP($H3,DriverGrid_20052016_110032.xls!$C$1:$F$54,2),10)="","","0"&RIGHT(VLOOKUP($H3,DriverGrid_20052016_110032.xls!$C$1:$F$54,2),10)),"")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,293

    Re: add ISBLANK to an IFERROR formula

    perfect - many thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to have ISBLANK, IFERROR and Average together in formula.
    By taylorsm in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-02-2016, 06:43 AM
  2. [SOLVED] =sum / =ISBlank / =iferror formula needed (or some alternative)
    By KClem in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-02-2016, 08:21 AM
  3. [SOLVED] ISBLANK formula that goes off of IFERROR formula
    By BoundToExcel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-06-2016, 04:18 PM
  4. [SOLVED] Better way, IsBlank and Vlookup & Iferror
    By jtmeunier in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-27-2013, 06:51 PM
  5. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  6. [SOLVED] IFERROR / ISBLANK formula query
    By zhb12810 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-04-2012, 04:05 AM
  7. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 PM

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