Consulting

Results 1 to 2 of 2

Thread: data validation

  1. #1

    data validation

    I just curious if i use data validation in LIST style in one column.then can i add more data in that column??is there any other way to use the list and also type in one column at the same time?

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    If you either uncheck the Show Error Message check box or set the Error Style to Information or Warning, the user can type an entry that is not on the list into a cell.

    If you want to expand the source list, a dynamic name could be used. Something like
    Name: sourceRange RefersTo: =Sheet1!$A$1:INDEX(Sheet1!$A:$A, COUNTA(Sheet1!$A:$A), 1)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •