+ Reply to Thread
Results 1 to 3 of 3

Data Validation - Simple if you know how (I suspect)

  1. #1
    Registered User
    Join Date
    05-19-2004
    Posts
    34

    Data Validation - Simple if you know how (I suspect)

    Cells B1:B12 are used to record values for the months Jan - Dec (where a value is applicable). Cell B13 is used as a text field to explain why B1:B12 are empty. I would like an error message to pop up when attempting to enter text into B13 unless all of B1:B12 are empty. Any hints or tips greatly received.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Data Validation - Simple if you know how (I suspect)

    Hi,

    use the following formula as custom validation

    =COUNTA(B1:B12)=0
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Data Validation - Simple if you know how (I suspect)

    seftonbarn, Good afternoon.

    Try to use:
    =SUM(B1:B12)=0

    Put it at a Custom rule of Data Validation and set up your Error Message.

    Is this what you want?
    Hope this helps.
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

+ 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. Hyperlinking via/from Data Validation List? Only simple solution needed!
    By BrianLabigaliniKCC in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-24-2014, 11:29 AM
  2. Replies: 6
    Last Post: 05-15-2014, 03:39 PM
  3. Simple Function to Test for Data Validation STRANGE ISSUES
    By yay_excel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-27-2014, 04:32 PM
  4. SUSPECT word in the mail i recieve outlook2003
    By prabhuduraraj09 in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 09-19-2012, 12:53 PM
  5. Simple Data validation
    By piterfun in forum Excel General
    Replies: 2
    Last Post: 01-12-2009, 05: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