+ Reply to Thread
Results 1 to 3 of 3

Use of IFERROR to include showing blanks when certain criteria is met

  1. #1
    Registered User
    Join Date
    09-04-2013
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Use of IFERROR to include showing blanks when certain criteria is met

    I am using the following forumula to essentially create a summary sheet of data held within another worksheet.

    =IFERROR(INDEX(RangeA:RangeA,MATCH(L3,RangeC:RangeC,0),(INDEX(RangeA:RangeA,MATCH(L3,RangeB:RangeB,0))))

    It works perfectly for what I need it for however if it picks up a blank field it may show as 0 or 00/01/00 when it is a date. There are also instances when it will show '-'.

    Can this formula be amended to show the 0, 00/01/00 and '-' as blank? I have tried every possible scenario but I am completely stuck now. Any help will be appreciated.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,714

    Re: Use of IFERROR to include showing blanks when certain criteria is met

    I think the 0, 00/01/00 and - are all zero values but the cells have been formatted differently. So, you could do this:

    =IF(your_formula=0,"",your_formula)

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-04-2013
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Use of IFERROR to include showing blanks when certain criteria is met

    Quote Originally Posted by Pete_UK View Post
    I think the 0, 00/01/00 and - are all zero values but the cells have been formatted differently. So, you could do this:

    =IF(your_formula=0,"",your_formula)

    Hope this helps.

    Pete
    As simple as that! Many thanks for your help.

+ 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. Macro to include just data - not blanks
    By Narfette in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 06-19-2013, 10:07 AM
  2. Dynamic Chart to not include blanks
    By scott28 in forum Excel Charting & Pivots
    Replies: 12
    Last Post: 11-13-2012, 09:45 AM
  3. Replies: 1
    Last Post: 07-23-2012, 12:50 AM
  4. Filter Formula & Include Blanks...
    By henrythompson in forum Excel General
    Replies: 2
    Last Post: 04-21-2008, 11:28 AM
  5. Filter Formula & Include Blanks
    By henrythompson in forum Excel General
    Replies: 1
    Last Post: 03-25-2008, 10:05 AM

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