+ Reply to Thread
Results 1 to 5 of 5

IF functions and blank cells

Hybrid View

  1. #1
    Registered User
    Join Date
    10-28-2011
    Location
    SLC, UT
    MS-Off Ver
    Excel 2007
    Posts
    2

    IF functions and blank cells

    When using an IF function in Excel, it gives me a result even if the reference field is blank... as if it were a zero. How do I tell the function to give a blank result if the reference field is blank? So frustrating... HELP!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: IF functions and blank cells

    Try like this

    =IF(A1="","",original_formula)
    Audere est facere

  3. #3
    Registered User
    Join Date
    10-28-2011
    Location
    SLC, UT
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: IF functions and blank cells

    Either you are a genius or I'm a moron. Either way, thanks so much!

  4. #4
    Registered User
    Join Date
    10-28-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: IF functions and blank cells

    you are not a moron. Sometimes it isn't so obvious when you have been going in circles for hours!!! Been there!!!!

  5. #5
    Registered User
    Join Date
    10-28-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: IF functions and blank cells

    I am sure there is some more technical way, but I would probably just use a nested IF function like this.....

    IF blank, then leave blank, else do _____ for me...... seems to work fine.

    =IF(D7="","","DO THIS IF STMT….")

    (blank) =>
    1 DO THIS IF STMT….
    2 DO THIS IF STMT….
    3 DO THIS IF STMT….

+ 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