+ Reply to Thread
Results 1 to 6 of 6

IF Formula to calculate blank cells

  1. #1
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    IF Formula to calculate blank cells

    Good Morning,

    I need to create an IF equation to: IF B2 AND C2 are both blank (due to a formula not filling, so not sure if it is blank or 0 since there is still a formula in cell) then if true put TRUE if false put FALSE
    Last edited by Tgbell; 07-09-2019 at 09:11 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: IF Formula to calculate blank cells

    Hi Tgbell,

    Does this cover what you need:

    Please Login or Register  to view this content.
    Hope this helps.

    Snook

  3. #3
    Forum Expert Roel Jongman's Avatar
    Join Date
    03-28-2015
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    1,483

    Re: IF Formula to calculate blank cells

    Just..

    =AND(B2="",C2="")

    Will do the same

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: IF Formula to calculate blank cells

    Maybe

    =AND(OR(B2="",B2=0),OR(C2="",C2=0))

  5. #5
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    Re: IF Formula to calculate blank cells

    I just used IF(OR(B2<>"",C2<>""), "TRUE", "FALSE")

  6. #6
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: IF Formula to calculate blank cells

    Hi @Tgbell
    Your formula do not solve the problem you put in OP#1 "IF B2 AND C2 are both blank".

+ 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. Replies: 11
    Last Post: 06-06-2021, 01:42 AM
  2. Replies: 4
    Last Post: 10-21-2018, 01:05 PM
  3. Replies: 3
    Last Post: 05-15-2017, 03:24 PM
  4. Replies: 9
    Last Post: 06-10-2016, 10:05 AM
  5. [SOLVED] Formula to calculate a sum if non of the cells in a range are blank
    By Juleskor in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-21-2013, 10:54 PM
  6. Find a blank cell and calculate the average of all cells above till the next blank
    By joshnathan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-27-2012, 11:51 AM
  7. Do not calculate cells that are blank
    By Bel1UK in forum Excel General
    Replies: 2
    Last Post: 08-25-2010, 08:53 PM

Tags for this Thread

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