+ Reply to Thread
Results 1 to 4 of 4

Excel alert formula if cells in certain area are empty

  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Excel alert formula if cells in certain area are empty

    Hello,

    I want to know what formula can be used to give a warning if in a certain area there are empty cells

    For example, the word "Beware" will appear in cell D1 if 1 cell or more cells in the area A1:B10 is empty.

    Regards
    Last edited by herukuncahyono; 06-25-2022 at 07:44 PM.

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Excel alert formula if cells in certain area are empty

    Maybe:
    =IF(COUNTBLANK(A1:B10),"Beware","")
    Or:
    =IF(COUNTIF(A1:B10,""),"Beware","")

    Good luck!

  3. #3
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: Excel alert formula if cells in certain area are empty

    Hi Estevaoba,

    Thanks for the help I really appreciate it, problem solved!

    Regards

  4. #4
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Excel alert formula if cells in certain area are empty

    You're welcome. Glad to help.
    Thank you for the feedback and for the reputation added.
    Have a blessed day!

+ 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] Dynamic print area with empty cells
    By kinakin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-02-2019, 11:32 AM
  2. [SOLVED] If certain cells are not empty then alert macro
    By ScabbyDog in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-11-2014, 11:36 AM
  3. How create an alert macro when mandatory cells are being empty
    By patricia2104 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-17-2013, 06:08 PM
  4. Area chart and empty cells
    By uttumi in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-26-2012, 05:23 AM
  5. How to stop plotting empty cells in a dynamic area chart
    By latha2002 in forum Excel Charting & Pivots
    Replies: 14
    Last Post: 12-20-2012, 03:46 AM
  6. Pop up alert message to fill the empty cells
    By akki83 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-21-2010, 11:52 PM
  7. [SOLVED] eliminating empty cells from chart area
    By financeman500 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-22-2006, 12:45 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