+ Reply to Thread
Results 1 to 5 of 5

Formulla referenced a cell with a formula which renders as a blank

  1. #1
    Registered User
    Join Date
    04-26-2014
    Location
    Utah
    MS-Off Ver
    Excel 2311 Build 16.0.17029.20028 64 bit
    Posts
    52

    Formulla referenced a cell with a formula which renders as a blank

    I know it is hard to help me figure this out without seeing the spreadsheet.

    Here is the formula that I can't get to work in each situation:

    =IF(H88>0,H88,IF(H88="",IF(H22="Traditional",FV(H20/12,C46,(H31),-H45,1),FV(H20/12,C46,(0),-H45,1))))

    H88 contains a formal that results in either a blank cell or a number.

    Here is the formula for H88:

    =IF(AND(H101,H114=""),"",H114-H101)

    The formula works if H88 is a number, but it renders a blank if H88 is blank.

    Here is what I want to happen:

    If H88 is greater than zero (with means that the bank statement is recorded for that month), then put that value in the cell (H46 is the cell that contains this formula)

    If H88 is blank (the formula renders a blank cell), then use the Future Value formula to render the value for the cell. If cell H22 contains words other than Traditional (the other word is ROTH), then use the FV formula with no payment (no withdrawal form the Traditional fund)

    Where is the error?

    I have struggled with this for many hours. A word of advice to all: do not struggle with an Excel formula prior to going to bed. My mind kept working on the formula and I work up with after a few hours of sleep.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Formulla referenced a cell with a formula which renders as a blank

    Try testing for the blank first:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,515

    Re: Formulla referenced a cell with a formula which renders as a blank

    try ...

    =IF(AND(H101="",H114=""),"",H114-H101)

  4. #4
    Registered User
    Join Date
    04-26-2014
    Location
    Utah
    MS-Off Ver
    Excel 2311 Build 16.0.17029.20028 64 bit
    Posts
    52

    Re: Formulla referenced a cell with a formula which renders as a blank

    Your solution solved the problem. The formula now works for all situations. Thank you!

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,515

    Re: Formulla referenced a cell with a formula which renders as a blank

    Glad it is solved.

+ 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. [SOLVED] Formula to return #NA if referenced cell is blank/0
    By V.Cell in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-28-2015, 10:54 AM
  2. [SOLVED] If referenced cell is blank, end code without error message
    By a-man in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-24-2015, 02:38 AM
  3. [SOLVED] How to get Referenced Cells returning blank cell instead of zero?
    By liau8funny in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 04-08-2014, 05:00 AM
  4. [SOLVED] Cell referenced in formula has no information displayed (shows blank), return blank cell
    By nunayobinezz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-07-2013, 04:51 PM
  5. Replies: 13
    Last Post: 02-05-2013, 09:29 AM
  6. Excel 2007 : Deleting blank (cell referenced) rows
    By PTrader34 in forum Excel General
    Replies: 2
    Last Post: 11-16-2010, 04:26 PM
  7. Returning zero when a referenced cell is blank
    By Lord Tink in forum Excel General
    Replies: 2
    Last Post: 01-04-2007, 05:37 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