+ Reply to Thread
Results 1 to 5 of 5

How do I check for an empty cell in a formula?

  1. #1
    Registered User
    Join Date
    07-19-2006
    Posts
    21

    How do I check for an empty cell in a formula?

    Hello!

    I'm trying to create conditional formatting based on if a certain cell is empty or not. Specifically, I'm looking to see if my row has a date entered in column E or if it's blank.

    How do I check that in my CF formula?

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

    =A1<>""

    or because a date is a number to excel

    =ISNUMBER(A1)

  3. #3
    Wiley
    Guest

    RE: How do I check for an empty cell in a formula?

    Try =IF(ISBLANK(A1)),...followed by the resto of your formula. Let us know
    if you need more help.

    "sasquatchbill" wrote:

    >
    > Hello!
    >
    > I'm trying to create conditional formatting based on if a certain cell
    > is empty or not. Specifically, I'm looking to see if my row has a date
    > entered in column E or if it's blank.
    >
    > How do I check that in my CF formula?
    >
    >
    > --
    > sasquatchbill
    > ------------------------------------------------------------------------
    > sasquatchbill's Profile: http://www.excelforum.com/member.php...o&userid=36550
    > View this thread: http://www.excelforum.com/showthread...hreadid=569079
    >
    >


  4. #4
    CLR
    Guest

    RE: How do I check for an empty cell in a formula?

    Formula is: =E1=0

    or

    Formula is: =E1<>0

    Vaya con Dios,
    Chuck, CABGx3



    "sasquatchbill" wrote:

    >
    > Hello!
    >
    > I'm trying to create conditional formatting based on if a certain cell
    > is empty or not. Specifically, I'm looking to see if my row has a date
    > entered in column E or if it's blank.
    >
    > How do I check that in my CF formula?
    >
    >
    > --
    > sasquatchbill
    > ------------------------------------------------------------------------
    > sasquatchbill's Profile: http://www.excelforum.com/member.php...o&userid=36550
    > View this thread: http://www.excelforum.com/showthread...hreadid=569079
    >
    >


  5. #5
    Registered User
    Join Date
    07-19-2006
    Posts
    21
    Got it to work using the $E1 = 0 suggestion.
    Thanks guys!!!
    Much appreciated!

+ 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