+ Reply to Thread
Results 1 to 7 of 7

On entering an end or closed date, to check from blank or empty fields

  1. #1
    Registered User
    Join Date
    06-13-2019
    Location
    Wales
    MS-Off Ver
    2016
    Posts
    4

    On entering an end or closed date, to check from blank or empty fields

    Hi,

    Ive been struggling with an issue i have regarding cells being left blank once a closed date has been entered.

    Ideally i would like excel to check the row of data for blank or empty cells when a date is entered into the 'Issue closed' field and generate a pop up message to "Please complete all cells". if all cells are filled then no message is required.

    Hope i make sense.

    thankyou in advance.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: On entering an end or closed date, to check from blank or empty fields

    Very little info to go on, so not much in the way of a reply.

    Use Data Validation, be aware if a user can get round Data Validation by doing a copy/paste
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    06-13-2019
    Location
    Wales
    MS-Off Ver
    2016
    Posts
    4

    Re: On entering an end or closed date, to check from blank or empty fields

    Hi sorry. I wasn’t sure how much info was required.

    Basically cells A5,B5,C5 through to...J5 are to be completed. However when a date is entered in to K5 I’d like excel to check the cells A5 through to J5 for a blank cell and prompt with a message.

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: On entering an end or closed date, to check from blank or empty fields

    Maybe

    Data Validation Custom formula

    =OR(K5="",AND(K5<>"",COUNTA(A5:J5)=10)

    So if K5 is blank thats ok, if its not blank then all 10 cells need to have data in them.

  5. #5
    Registered User
    Join Date
    06-13-2019
    Location
    Wales
    MS-Off Ver
    2016
    Posts
    4

    Re: On entering an end or closed date, to check from blank or empty fields

    Thank you. I’ve used your formula and it works great. Would it be possible to have a dialogue box pop up when the rule above is false?

    And thank you for the quick response.

  6. #6
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: On entering an end or closed date, to check from blank or empty fields

    It's in the Data Validation section under the tab "Error Alert"

  7. #7
    Registered User
    Join Date
    06-13-2019
    Location
    Wales
    MS-Off Ver
    2016
    Posts
    4

    Re: On entering an end or closed date, to check from blank or empty fields

    Brill. Thank you!

+ 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] Check if referenced cell is empty on a specific date
    By streakotter in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-11-2018, 07:22 AM
  2. [SOLVED] Check if multiple entire ranges are blank (empty)
    By drgkt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-19-2017, 05:13 PM
  3. How to check if cell is blank, but not empty
    By LLL0422 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-10-2014, 02:52 AM
  4. [SOLVED] Set Default Month and Year in a cell for entering date fields
    By kmahesh in forum Excel General
    Replies: 2
    Last Post: 07-26-2013, 11:17 PM
  5. Date-line and chart not showing blank cells
    By D-smoke in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 12-18-2012, 11:52 AM
  6. Merging Vertical fields up if fields to either side are empty
    By SuperMykEl in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-09-2008, 11:25 AM
  7. Comparing dates, but some date fields are blank.
    By dgarris in forum Excel General
    Replies: 1
    Last Post: 02-25-2007, 01:53 AM

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