+ Reply to Thread
Results 1 to 7 of 7

XLS data validation question

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2010
    Location
    United States
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    XLS data validation question

    I recently learned how to use data validation under the XLS Data tab and create a selection list. I would like to create a list, "drop down" for selection of text options and still be able to manually enter text in the cell. Is this possible? Can someone tell me how? Thank you.

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: XLS data validation question

    A list is a list, but the list itself can be made dynamic.

    e.g.
    Option 1) AA, BB, CC will give you a selection option of these three
    Option 2) =A1:A3 will give you the selection option of the content in A1:A3

    An alternative to option 2 is to make a Name which refers to A1:A3, the result is the same but a Name can also contain a formula AND a name can be used throughout the Workbook (on differenent sheets).

    Most often a Name is used that has a construction like:
    =OFFSET(Sheet1!$A$1,1,0,Counta(Sheet1$A:A$)-1,1)

    What this does is returm a list of values from A1 till Ax, where Ax is the cell before the first blank cell (No gaps allowed)

    If you would like to extend your list, simple add a listitem to the first blank cell of the currrent list. e.g. A1:A3 contain 'AA' , 'BB', 'CC', then add 'DD' in A4.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    03-10-2010
    Location
    United States
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Re: XLS data validation question

    now that i have someone willing to help, let me give you a little more info. i elvaluate maintenance programs for aviation and the current course of action is to type the fault found again and again on an un-user friendly word doc. i believe i could create the same faults (sentences) and select them from a drop down and save time. i can do that with data validation, however i cannot do that and type text of my choice in the same cell. i think it important to note the xls will be different from one program inspection to the other, and that it will be one that has rows added and removed depending on the inspection results. the xls format will stay the same, but the amount of faults subject will change. it is possible the path i am on is not the right answer. is there an alternative to this? a list from another sheet? thanks.

  4. #4
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: XLS data validation question

    Tirvin,

    I your case I think the hole point is to have clasified "types of faults". Then you could do analysis later on, besides the fact that you don't have to retype.

    Not that the ValList should be in the same Workbook, but not necessarily in the same Worksheet as in the attachement.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-10-2010
    Location
    United States
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Re: XLS data validation question

    i guess i need all this in laymans terms. i kinda get it, but not.
    the simple val list isn't a viable option, i.e. fault 1, fault 2. the list i would like to select from would be in the form of sentences with details.

    see the attached xls, i get the list thing and option 1 and 2 you described earlier (see A1 and B1 cells)

    the sticking point to all of this is i still need to enter text to that same cell with the list.

    is there a formula or set of values that equal the ability to type in a cell with a list that could be inserted as a choice?

    i tried to type in the cell after selecting a list choice but get the warning banner in the attched word doc.

  6. #6
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: XLS data validation question

    see the attached xls
    Did you forget to add the attachement?

  7. #7
    Registered User
    Join Date
    03-10-2010
    Location
    United States
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Re: XLS data validation question

    i uploaded them, least i thought i did. here they are again, i hope.
    Attached Files Attached Files

+ 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