+ Reply to Thread
Results 1 to 4 of 4

Getting a forumla to ignore an empty box

  1. #1
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Getting a forumla to ignore an empty box

    Morning,

    I am using this formula:

    =IFERROR('Predictions Input'!AA2-'FFT Target'!AA2,"")

    However sometimes I don't have a value in the cell on the 'Predictions Input' sheet, if this is the case I would like the formula to ignore this and leave the cell blank, any ideas how I can change things?

    Thanks
    Last edited by Cmorgan; 05-29-2012 at 04:36 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Getting a forumla to ignore an empty box

    =IF('Predictions Input'!AA2="","",IFERROR('Predictions Input'!AA2-'FFT Target'!AA2,""))


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Getting a forumla to ignore an empty box

    Many thanks

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Getting a forumla to ignore an empty box

    You're welcome. Thanks for the rep.

+ 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