+ Reply to Thread
Results 1 to 3 of 3

Formula Cell to remain Blank Until Data Entered

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    Lancashire, England
    MS-Off Ver
    Excel 2007
    Posts
    25

    Formula Cell to remain Blank Until Data Entered

    Hi There, I am currently using the following formula in cell BN4:

    =IF((BN4>BO4),"H",IF((BN4=BO4),"D",IF((BN4<BO4),"A")))

    What I am after achieving is BM4 to remain blank until data is entered into both BN4 and BO4. BM4 is to be blank when cells BN4 and BO4 are blank.

    Due to the middle section of the formula I am using ,IF((BN4=BO4),"D", cell BM4 constantly shows 'D', because while cells BN4 and BO4 are blank it satisfies the middle section of the formula and returns 'D' as the answer.

    Does anyone know of a solution to this head-scratcher?

    Regards

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Formula Cell to remain Blank Until Data Entered

    =IF(COUNTA(BN4:BO4)=2,IF((BN4>BO4),"H",IF((BN4=BO4),"D",IF((BN4<BO4),"A"))),"")

    Try like this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    02-20-2013
    Location
    Lancashire, England
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Formula Cell to remain Blank Until Data Entered

    Many Thanks...works like a dream.

    Regards and best wishes to the New Year.

+ 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] Need cell with formula to show as blank instead of error message when no data is entered
    By jaiverson in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-05-2016, 09:15 PM
  2. Replies: 11
    Last Post: 11-10-2015, 07:13 PM
  3. Replies: 9
    Last Post: 02-03-2014, 03:21 PM
  4. Need field to remain blank unless data is entered.
    By ranchqueen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-15-2013, 11:51 PM
  5. Replies: 3
    Last Post: 10-30-2013, 09:19 AM
  6. [SOLVED] Leaving cell with formula blank until data is entered.
    By Marley04 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-12-2013, 09:17 PM
  7. Replies: 1
    Last Post: 06-26-2011, 07:39 PM

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