+ Reply to Thread
Results 1 to 5 of 5

Exclude blanks in IF Formula (simple formula)

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Exclude blanks in IF Formula (simple formula)

    Hello all

    I have a formula in colum J and I

    =IF(J3>I3,"Overdue","Deadline met,,""")

    CelL I3 is currently blank so I want my IF formula to not return a value as J3 is bigger than I3 (as J3 has a value).

    How do I write my formula to say do not return anything i.e overude or deadline met if J3 has a value (always will) and column I/cell I3 does not havbe a value as it won't always?

    thank you!
    Thanks,

    R.



  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Exclude blanks in IF Formula (simple formula)

    Try this:
    =IF(I3="","",IF(J3>I3,"Overdue","Deadline met"))

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Exclude blanks in IF Formula (simple formula)

    thank you belinda200

    but this is still an issue - if J3 has a figure of 14, I3 does not have a figure (blank), I am seeing 'overdue' (j3 is bigger than I3) so K3 where the formula is: shows overdue?
    Last edited by rayted; 06-28-2022 at 10:34 AM.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Exclude blanks in IF Formula (simple formula)

    Then I3 is not blank even if it appears so. Test by putting "=LEN(I3)" (without double quotes) in a cell: If I3 is blank it will be 0..
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Exclude blanks in IF Formula (simple formula)

    thank you John, think I've resolved it now

+ 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] Simple IF Formula to Ignore Blanks
    By Gtrtim112 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-04-2018, 01:14 PM
  2. Replies: 4
    Last Post: 08-06-2018, 07:54 AM
  3. [SOLVED] Formula to count blanks and non-blanks with a dynamic range
    By brittdyer in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-12-2018, 07:45 AM
  4. [SOLVED] Combine formula to exclude weekends and holidays with current IF formula
    By drewship in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-22-2016, 06:48 PM
  5. Exclude Blanks
    By excelnoob927 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-22-2015, 06:53 PM
  6. Formula to exclude negative numbers and blanks
    By Hackett in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-13-2015, 08:18 AM
  7. Exclude blanks from formula
    By ads100 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2012, 06:17 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