+ Reply to Thread
Results 1 to 3 of 3

Data Validation & Messages

  1. #1
    Registered User
    Join Date
    05-22-2011
    Location
    Dhahran, KSA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Data Validation & Messages

    In the data validation, I have selected a list, identified the source rang that refer to a list of 6 options.
    I want an information message appear if the user selected option # 3 only.
    Also, I want to know any command that can create a message in xls (without using data validation).
    I would appreciate any help. Thank you.

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Data Validation & Messages

    instead of Data validation list select Data validation >custom and give the formula
    Assume you are in cell A1
    =NOT((A1="XYZ"))
    this will get the message when user enter XYZ in A1

    Can create a message without data validation too,

  3. #3
    Valued Forum Contributor Macdave_19's Avatar
    Join Date
    03-14-2007
    Location
    Birmingham, England
    MS-Off Ver
    12.0
    Posts
    808

    Re: Data Validation & Messages

    Hi Buddy You'll have to use VBA to create this kind of action.

    So i'd suggest another tact if you are not familiar with this? perhaps putting a formula in the next cell along:

    Please Login or Register  to view this content.
    Where A1 is the cell that drops down.

    As for the message box its VBA so again if you're not familiar start raeding, i'd recommend contextures.com its pretty solid.

    the command anyway is:

    Please Login or Register  to view this content.
    Hope that helps
    Mr MaGoo
    Magoo.Inc MMVII

    If i've helped please add to my Rep by Clicking on the Blue Scales in the top right hand corner of the post

+ 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