+ Reply to Thread
Results 1 to 4 of 4

Data Validation to circle blanks cells between filled cells

  1. #1
    Registered User
    Join Date
    10-14-2014
    Location
    Oxford, England
    MS-Off Ver
    365
    Posts
    66

    Data Validation to circle blanks cells between filled cells

    Hey,

    Im looking for a Data Validation formula that will allow be to circle any instances in a column of data of variable length where there is a blank cell within the column (ie doesn't circle all of the blank cells after the data has ended).

    Any help would be greatly appreciated.

    Thanks,
    Jamie

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Data Validation to circle blanks cells between filled cells

    Using Cell A1 as an example:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Format to suit, apply to relevant range.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Data Validation to circle blanks cells between filled cells

    File attached, as a working example. The same conditional formatting formula applies to A1:D14 in this example.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-14-2014
    Location
    Oxford, England
    MS-Off Ver
    365
    Posts
    66

    Re: Data Validation to circle blanks cells between filled cells

    Thanks for your help, that seems to work like I need it to.

    I was wondering if you'd be able to help me integrate it into the following Data Validation formula that I have:

    =AND(SUMPRODUCT(0+(ISNUMBER(0+MID(A1,ROW(INDIRECT("1:"&LEN(A1)-1)),1))))=LEN(A1)-1,ABS(77.5-CODE(RIGHT(A1)))<13)

    This formula checks that text is in the format (for example): 1234A. I also need the formula to check if the cell is blank, but only if it's between or next to a non-blank cell.

    I hope this makes sense!

    Thanks,
    Jamie

+ 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. Require input data in certain cells if other cells are filled before saving
    By Jenkins86 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-01-2013, 08:07 PM
  2. Collecting data from filled cells and skipping blank cells
    By KellieB in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-20-2012, 09:45 PM
  3. Replies: 1
    Last Post: 10-11-2009, 04:59 AM
  4. data validation-when i clicked on circle invalidation entries
    By b166er in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-16-2006, 11:25 PM
  5. [SOLVED] How do I set a circle to be filled in quadrants?
    By cburnham564 in forum Excel General
    Replies: 0
    Last Post: 11-17-2005, 01:35 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