+ Reply to Thread
Results 1 to 4 of 4

Check if on of cell in specific columns is empty

  1. #1
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Poland
    MS-Off Ver
    Excel 2016-365
    Posts
    2,942

    Check if on of cell in specific columns is empty

    Hi,

    i need code or FORMULA to check if one cell in the table row is empty.

    Screenshot_13.png

    If one from 3 cells from columns: Header1, Header2, Headers 3 are empty - return TRUE
    If all are fulfilled - return FALSE.

    So in example we will get from Order 1:
    FALSE,
    FALSE,
    TRUE
    FALSE

    Please help with finding best solution,
    Jacek
    Attached Files Attached Files
    Last edited by jaryszek; 10-28-2019 at 01:54 AM.

  2. #2
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,914

    Re: Check if on of cell in specific columns is empty

    If one from 3 cells from columns: Header1, Header2, Headers 3 are empty - return TRUE
    If all are fulfilled - return FALSE.
    After reading carefully I think answer would be:
    TRUE,
    TRUE,
    FALSE
    TRUE

    Please Login or Register  to view this content.
    Last edited by bakerman2; 10-28-2019 at 02:44 AM. Reason: Reread question
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  3. #3
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Poland
    MS-Off Ver
    Excel 2016-365
    Posts
    2,942

    Re: Check if on of cell in specific columns is empty

    thank you very much!!!

    CountA is doing the job

    Best,
    Jacek

  4. #4
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,914

    Re: Check if on of cell in specific columns is empty

    You're welcome and thanks for rep+.

+ 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 value is in range, and if so check cell on row empty
    By tool_fairy in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-21-2017, 10:35 AM
  3. [SOLVED] How to create a dynamic range if the last cell is empty and the columns have empty cells
    By peter_swe in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-03-2016, 11:18 PM
  4. Replies: 0
    Last Post: 08-03-2016, 07:01 PM
  5. Replies: 6
    Last Post: 10-23-2013, 08:58 AM
  6. Check the length and value of specific columns and comparion check between two sheets
    By sravanthi.boggaram in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-06-2011, 06:51 AM
  7. Deleting empty rows if specific cell in row is empty
    By csynic in forum Excel General
    Replies: 0
    Last Post: 07-06-2011, 01:43 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