+ Reply to Thread
Results 1 to 5 of 5

Data Validation Dependence

  1. #1
    Registered User
    Join Date
    11-01-2007
    Posts
    8

    Data Validation Dependence

    I am looking to create a data validation drop down list that would also affect the column next to it.

    I have 2 reference columns, one called CONTRACT and one called PRICE on a reference worksheet. I already have a drop down list that lets me chose the Contract of my choice. What I'm trying to establish is that when I chose the contract number from data validation in column A, the corresponding price also appear in column B.

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

    Talking Here's where i learnt it:

    Oh the wonders of the Indirect function:

    http://www.contextures.com/xlDataVal02.html

    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

  3. #3
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723
    hi,


    suggest you use vlookup

    steve

  4. #4
    Registered User
    Join Date
    11-01-2007
    Posts
    8
    Quote Originally Posted by Macdave_19
    Oh the wonders of the Indirect function:

    http://www.contextures.com/xlDataVal02.html

    Hope that helps
    Yes and No. I don't want a second data validation for the price. I need it to automaticaly put in the price when I chose the contract number.

  5. #5
    Registered User
    Join Date
    11-01-2007
    Posts
    8
    Quote Originally Posted by stevekirk
    hi,


    suggest you use vlookup

    steve
    The Vlookup worked.... good thing Contextures.com has sample files for those....

    Final formulla:
    =IF(ISNA(VLOOKUP(A6;PO!$A$3:$B$1000;2;FALSE));"";VLOOKUP(A6;PO!$A$3:$B$1000;2;FALSE))

+ 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