+ Reply to Thread
Results 1 to 7 of 7

Dropdown list - validate without VBA

  1. #1
    Registered User
    Join Date
    05-10-2006
    Posts
    59

    Dropdown list - validate without VBA

    Hi

    I am creating a spreasheet that will require a user to select different options from a dropdown list.

    Once option 'A' has been selected option 'B' will be populated and so on.

    The problem I have is that if the user then goes back and changes an earlier option the other ones are not updated e.g. option 'B' will still hold the old value from the perious list.

    So my question is I would like to know if it is possible to protect a cell once it has been changed or null a value in the corresponding cell if it is changed.

    For example the user chooses an option in the first dropdown box which populates the options in the second list, they choose all the options required but then decide to change a value in the first dropdown list, this obvious means that all the other data will be invalid.

    I have attached my spreadsheet to help.

    Any advice is appreciated and it is worth pointing out that I am not allowed to use VBA but I am fully aware of how to solve this problem if I could
    Attached Files Attached Files

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Dropdown list - validate without VBA

    Hi mabbutt
    Maybe something like...
    Please Login or Register  to view this content.
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Registered User
    Join Date
    08-19-2004
    Posts
    60

    Re: Dropdown list - validate without VBA

    pike.......

    Quote Originally Posted by mabbutt View Post
    I am not allowed to use VBA
    p.s. i cannot think of way you could do this without VBA

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Dropdown list - validate without VBA

    whats with the two user names?

  5. #5
    Registered User
    Join Date
    05-10-2006
    Posts
    59

    Re: Dropdown list - validate without VBA

    Quote Originally Posted by pike View Post
    whats with the two user names?
    Hi Pike,

    Thank you for replying.

    I can't use VBA but I did like your code and have used that for something else I am doing which is great.

    I don't think it is going to be possible without VBA which is a shame but more than understandable !!

  6. #6
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Dropdown list - validate without VBA

    never know some else may have an idea

  7. #7
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Dropdown list - validate without VBA

    Maybe this will help:

    in B2: =A2
    in C2: =B2

    You will have to adapt the named ranges so that they always comprise an empty cell.
    Doing this you can always empty the first choice (column A) and have the other cells in the same row adapted automatically.

+ 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