+ Reply to Thread
Results 1 to 3 of 3

data validation drop-down menu blank entry

  1. #1
    crapit
    Guest

    data validation drop-down menu blank entry

    I assign "names" equipment for worksheet1 COLUMN 'B' that contain

    A B
    1
    2 primary
    3 secondary
    4 tool
    5 gauge
    6 cutter
    7
    8
    9
    10
    11
    12
    ...


    For worksheet2 I assign cell b2 as data validation

    Allow -> list
    Source = equipment
    Ignore blank -> check


    However, after I copy the data validation to the rest of the row, something
    weird happen

    From cell b3 onward, clicking on the drop-down show the last blank cell
    first, instead of showing the 1st value "primary".
    The next cell b4, however doesnt have the 1st value "primary"
    Cell b5 doesnt have 1st and 2nd value, and so on so forth,





  2. #2
    Debra Dalgleish
    Guest

    Re: data validation drop-down menu blank entry

    Make sure that the formula for the Equipment named range is an absolute
    reference, e.g.:

    =Sheet1!$B$1:$B$5

    not

    =Sheet1!B1:B5

    crapit wrote:
    > I assign "names" equipment for worksheet1 COLUMN 'B' that contain
    >
    > A B
    > 1
    > 2 primary
    > 3 secondary
    > 4 tool
    > 5 gauge
    > 6 cutter
    > 7
    > 8
    > 9
    > 10
    > 11
    > 12
    > ...
    >
    >
    > For worksheet2 I assign cell b2 as data validation
    >
    > Allow -> list
    > Source = equipment
    > Ignore blank -> check
    >
    >
    > However, after I copy the data validation to the rest of the row, something
    > weird happen
    >
    > From cell b3 onward, clicking on the drop-down show the last blank cell
    > first, instead of showing the 1st value "primary".
    > The next cell b4, however doesnt have the 1st value "primary"
    > Cell b5 doesnt have 1st and 2nd value, and so on so forth,
    >
    >
    >
    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


  3. #3
    Stephen
    Guest

    Re: data validation drop-down menu blank entry

    "crapit" <[email protected]> wrote in message
    news:e0%[email protected]...
    >I assign "names" equipment for worksheet1 COLUMN 'B' that contain
    >
    > A B
    > 1
    > 2 primary
    > 3 secondary
    > 4 tool
    > 5 gauge
    > 6 cutter
    > 7
    > 8
    > 9
    > 10
    > 11
    > 12
    > ...
    >
    >
    > For worksheet2 I assign cell b2 as data validation
    >
    > Allow -> list
    > Source = equipment
    > Ignore blank -> check
    >
    >
    > However, after I copy the data validation to the rest of the row,
    > something weird happen
    >
    > From cell b3 onward, clicking on the drop-down show the last blank cell
    > first, instead of showing the 1st value "primary".
    > The next cell b4, however doesnt have the 1st value "primary"
    > Cell b5 doesnt have 1st and 2nd value, and so on so forth,
    >


    You need to use absolute addressing for your data validation. That is, use
    $B$2 instead of B2.



+ 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