+ Reply to Thread
Results 1 to 4 of 4

My formula result shows in blank cells

  1. #1
    Forum Contributor
    Join Date
    03-04-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2019
    Posts
    756

    My formula result shows in blank cells

    Hello,

    I currently have a table to keep on top of due dates for letters etc. In column I I have a number of dates, which are all inputted by the user.

    Column R just calculates the number of days between that date and today.

    I then have a Formula in Column Q:

    =IF(R2>7,"Letter to be drafted","")

    This is copied down 200 rows so that this function is automated when dates are entered. However, where there is no date in Column I the values in Column Q all show "Letter to be drafted" but I want this to be blank.

    How can I get that formula to ignore it if I2 is blank?

    Many thanks

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: My formula result shows in blank cells

    How about this?

    =IF(I2="","",R2>7,"Letter to be drafted",""))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: My formula result shows in blank cells

    Try This
    =IF(ISBLANK(I2),"",IF(R2>7,"Letter to be drafted",""))
    If your original question was resolved, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.
    Click on the Add Reputation button (located at the lower-left corner of all post) for those who assisted you in solving your issue.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: My formula result shows in blank cells

    =IF(and(I2<>"",R2>7),"Letter to be drafted","")

+ 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. Formula result shows "1" when cell it refers to is blank
    By jojo101 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-03-2016, 08:18 PM
  2. [SOLVED] Formula shows as text in cell entered and result shows in another cell
    By r.coon in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-16-2015, 11:57 PM
  3. [SOLVED] Multiple cells blank using formula for result
    By Christopherdj in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-24-2014, 06:36 PM
  4. [SOLVED] Function Arguments window shows result, cell shows a 0
    By fluffsmckenzie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-09-2013, 05:48 PM
  5. Formula Does Not Work, Shows 0 as result
    By cstrait in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2012, 11:35 AM
  6. Formula shows result as 0
    By Crudell in forum Excel General
    Replies: 8
    Last Post: 02-22-2008, 04:37 PM
  7. [SOLVED] Formula shows as the result?
    By Bec in forum Excel General
    Replies: 5
    Last Post: 05-26-2005, 05:15 PM

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