+ Reply to Thread
Results 1 to 3 of 3

Data Validation Information Alert

  1. #1
    Registered User
    Join Date
    10-12-2008
    Location
    Melbourne, Australia
    Posts
    55

    Data Validation Information Alert

    Hello

    Is it possible to have an information alert through data validation when a cell reaches certain values. Cell C5 is populated by results in other cells. When the value in C5 equals 5,15,25 I want the alert to activate. I have tried custom in the data validation menu but can't get it to work.

    Thanks

    RunHard

  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 Information Alert

    You would need VBA in the worksheet module to pop up a messagebox.

    Please Login or Register  to view this content.
    You could use conditional formatting...

    =AND(MOD(A1,5)=0,NOT(ISBLANK(A1)))
    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
    Registered User
    Join Date
    10-12-2008
    Location
    Melbourne, Australia
    Posts
    55

    Re: Data Validation Information Alert

    Thanks Sweep,

    I thought I might have to use VBA which was what I was hoping to avoid on this ocassion. Thanks anyway.

    RunHard

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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