+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Formula making a cell blank

  1. #1
    Registered User
    Join Date
    09-12-2010
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2003
    Posts
    41

    Formula making a cell blank

    Hi,

    I would like to add a formula to a cell that makes the cell blank if the value is 41274. Can anyone help me with this?

    Thanks
    Niklas

  2. #2
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: Formula making a cell blank

    dont know if this will work for you but you could use conditional format and cell value is / equal to 41274
    and set font colour to white

  3. #3
    Registered User
    Join Date
    10-26-2011
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2013
    Posts
    62

    Re: Formula making a cell blank

    =if(formula=41274,"",formula)

  4. #4
    Registered User
    Join Date
    10-16-2011
    Location
    texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Formula making a cell blank

    Example Solution:

    Example situation:
    I want it to read C3 and add +4 unless the value of C3 is 41274, if it is 41274 I want it to be blank

    =IF(C3=41274,"",C3+4)

+ 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