+ Reply to Thread
Results 1 to 4 of 4

Leaving a Cell Empty

  1. #1
    Registered User
    Join Date
    03-08-2014
    Location
    Whyalla
    MS-Off Ver
    Excel 2003
    Posts
    43

    Leaving a Cell Empty

    Hi Please Help me

    I have a Formula that returns either 0,1 or 2 in Cell F6 deoendant on the Value of Cell C6 as shown below.

    =IF(AND(C6>8.57,C6<8.59),0,IF(C6<8.56,1,IF(C6>8.59,2,)))

    I need to be able to have Cell F6 empty if Cell C6 is empty but cant get it to function. Any help would be wonderfull

    Thanks in advance

    Cheers

    Bob

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Leaving a Cell Empty

    =if(or(istext(c6),c6=""),"",if(c6>8.59,2,if(c6>8.57,0,1)))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    03-08-2014
    Location
    Whyalla
    MS-Off Ver
    Excel 2003
    Posts
    43

    Re: Leaving a Cell Empty

    Thankyou so much Sisthsence you have saved what little Hair I have left

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Leaving a Cell Empty

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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] Check and uncheck without leaving the cell
    By Rocky2013 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-27-2014, 08:45 AM
  2. Leaving the result cell empty is no data in the cells relating to the formula
    By chrishill12 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-01-2013, 10:50 AM
  3. [SOLVED] leaving only numbers in the cell
    By marreco in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-24-2012, 09:09 AM
  4. Leaving cell blank if certain value
    By DonutMonster in forum Excel General
    Replies: 4
    Last Post: 09-04-2008, 06:31 AM
  5. [SOLVED] Leaving an empty cell empty
    By GRL in forum Excel General
    Replies: 5
    Last Post: 04-22-2006, 12:50 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