+ Reply to Thread
Results 1 to 2 of 2

Strange formula 'non-calculation'

  1. #1

    Strange formula 'non-calculation'

    Hi,

    I'm having a problem in Excel 2003 ... SP1.

    I'm trying to do something very simple: populate cells in several
    sheets with text based on text strings from a master sheet.

    Here's the formula:

    =IF($B$6="M",0,IF(ISBLANK('Threshold Determination'!D68),"",'Threshold
    Determination'!D68))

    For now, the value in 'Threshold Determination'!D68 is 1.

    If I type this formula into the cell and hit enter, it works. Likewise,
    if I fill down from higher rows, it works.

    The problem occurs when D68 is blank originally, and I change it to 1.
    The formula doesn't react to show a 1 in the cell. I just get a blank.
    Calculation is set to automatic.

    And here's the weird thing. This procedure has been working for me in
    another worksheet that is essentially the same, except it is being
    populated with values from another plant (manufacturing).

    Formula auditing provides no help. For the last step,
    =IF(FALSE,N/A,'Threshold Determination'!D68) evaluates to nothing, when
    there is clearly a value in D68.

    This is maddening.

    Thanks for your help in advance.

    Ed


  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Hi,

    For you to get to =IF(FALSE,N/A,'Threshold Determination'!D68) you must already have passed the 'Threshold Determination'!D68 not "" test, so, try =IF($B$6="M",0,IF(ISBLANK('Threshold Determination'!D68),"",'Threshold
    Determination'!D68))
    (delete the red portions),
    and if that works re-type the red portion
    =IF($B$6="M",0,IF(ISBLANK('Threshold Determination'!D68),"",'Threshold Determination'!D68))
    to see if that helps.

    no idea otherwise.

    --

    Quote Originally Posted by [email protected]
    Hi,

    I'm having a problem in Excel 2003 ... SP1.

    I'm trying to do something very simple: populate cells in several
    sheets with text based on text strings from a master sheet.

    Here's the formula:

    =IF($B$6="M",0,IF(ISBLANK('Threshold Determination'!D68),"",'Threshold
    Determination'!D68))

    For now, the value in 'Threshold Determination'!D68 is 1.

    If I type this formula into the cell and hit enter, it works. Likewise,
    if I fill down from higher rows, it works.

    The problem occurs when D68 is blank originally, and I change it to 1.
    The formula doesn't react to show a 1 in the cell. I just get a blank.
    Calculation is set to automatic.

    And here's the weird thing. This procedure has been working for me in
    another worksheet that is essentially the same, except it is being
    populated with values from another plant (manufacturing).

    Formula auditing provides no help. For the last step,
    =IF(FALSE,N/A,'Threshold Determination'!D68) evaluates to nothing, when
    there is clearly a value in D68.

    This is maddening.

    Thanks for your help in advance.

    Ed

+ 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