+ Reply to Thread
Results 1 to 3 of 3

IFERROR, how to implement

  1. #1
    Registered User
    Join Date
    02-26-2015
    Location
    Helsinki, Finland
    MS-Off Ver
    MS Office 2013
    Posts
    13

    IFERROR, how to implement

    Hi,

    I have a column of cells on the master sheet with the following formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    (next B13 and so on..) It shows value taken from multiple sheets. But if a sheet for the particular "row" doesn't yet exist it obviously shows #REF! How can I make those cells show 0 or no value at all?

    IFERROR could be used for this if I've understood correctly, but I'm having trouble implementing it. Where should it be placed?

    Thank you for any help
    Last edited by ElPolloDiablo; 03-20-2015 at 09:50 AM.

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: IFERROR, how to implement

    Try:

    for a blank result: =IFERROR(SUM(INDIRECT(B12&"!$J$39")),"")
    for a 0 result: =IFERROR(SUM(INDIRECT(B12&"!$J$39")),0)

    - Moo

  3. #3
    Registered User
    Join Date
    02-26-2015
    Location
    Helsinki, Finland
    MS-Off Ver
    MS Office 2013
    Posts
    13

    Re: IFERROR, how to implement

    Thank you so much for your reply!

    For some odd reason it doesn't work though, Excel finds a problem with the formula. And I just can't figure out what it is, everything seems to be the way it should :s
    Last edited by ElPolloDiablo; 04-09-2015 at 03:10 AM.

+ 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. IFERROR within IFERROR until no error. Help.
    By XNemo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-26-2014, 12:30 PM
  2. How to implement this as a Class?
    By klvaughnsd in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-01-2014, 02:53 AM
  3. 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
  4. [SOLVED] how to implement such function
    By [email protected] in forum Excel General
    Replies: 5
    Last Post: 05-10-2006, 12:55 AM
  5. [SOLVED] WNetGetUniversalName - how to implement in VBA?
    By KR in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-16-2006, 11:50 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