+ Reply to Thread
Results 1 to 5 of 5

IF ISBLANK Cyclical reference help

  1. #1
    Registered User
    Join Date
    06-09-2020
    Location
    Earth, North America, USA
    MS-Off Ver
    2016
    Posts
    5

    IF ISBLANK Cyclical reference help

    I have a spreadsheet that has a field for when a project is funded (H3) I am also auto-calculating when certain evens SHOULD happen to compare to when they actually do happen. So here is the problem.

    A13=Calculated Date of when event should start
    B14=Calculated Date of when event should end

    H3= Actual Date of when event should end (if determined) otherwise blank if undetermined

    so what I want is in cell B14 a formula that does the following

    IF H3 is blank take A13+5 but if H3 is not blank use the date in H3

    so I wrote a formula =IF(h3=ISBLANK,A14+5,H3)

    however it errors out as a cyclical error and I am stuck....anybody have a resolution?

    Thanks D3mtro

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,247

    Re: IF ISBLANK Cyclical reference help

    Maybe this:

    =IF(h3="",A14+5,H3)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,247

    Re: IF ISBLANK Cyclical reference help

    Administrative Note:

    Although we value your privacy as much you do, it could be important that members have a rough idea of your location as the solutions they offer may be affected by your locale. For instance, you might in the future post questions which are related to your regional settings.

    With this in mind, please update your profile to something more precise (something such as UK, Europe, USA, UAE, etc. will suffice).

    Thank you for helping us to help you.

  4. #4
    Registered User
    Join Date
    06-09-2020
    Location
    Earth, North America, USA
    MS-Off Ver
    2016
    Posts
    5

    Re: IF ISBLANK Cyclical reference help

    That worked, thank you...Didn't even think of using quotes to reference the empty cell. thank you

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    81,247

    Re: IF ISBLANK Cyclical reference help

    Please update your forum profile as requested.

+ 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. Averaging Cyclical Data
    By camorama in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-06-2018, 01:52 AM
  2. ISBLANK() not working with "R1C1" reference
    By riwiseuse in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-24-2015, 08:21 PM
  3. [SOLVED] IF formula not working =IF(NOT(ISBLANK(M3)),"",IF(ISBLANK(L3),"",TODAY()-L3))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 02:37 PM
  4. [SOLVED] Determining batch times from cyclical data
    By Tim E in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 01:44 AM
  5. Formula for cyclical data
    By Christian R in forum Excel General
    Replies: 1
    Last Post: 07-05-2012, 12:21 AM
  6. 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
  7. [SOLVED] Find Minimum values in cyclical graph
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-01-2006, 08: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