• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data Validation with respective numbers against it in Drop Down Menu

In the attached file, there are Names and Marks. There are duplicate names in column A and Marks in Column B.

Data Validation is applied in Column E. So if we select "Amit" in Cell E2, then it should show all the marks in a drop down menu against Amit in Cell F2 and User can select any one value from that drop down menu.

Kindly help.
 

Attachments

Dear Amit,

if your Name Range is always Sorted..like the way it is showing in your excel sheet
you can put this formula by going in Data validation>>Settings>>List>>and put the formula in source area without adding extra column
OFFSET($B$1,MATCH(E2,$A$2:$A$17,0),,COUNTIF($A$2:$A$17,E2),)

upload_2016-9-13_14-11-1.png
 

Attachments

@Rahul Index Aggregate formula is also working absolutely fine. Thanks a lot.
@naresh - I tried putting offset formula in Source, but it's not working. Anyways thanks for the first answer.
 
Dear Amit,

Could you pls check the last file which i have shared to you
i have checked from my side and its giving the same result which is required to you
the only drawback in this, its showing repeated "Marks Value" if the "Marks value" are more than one time against a particular name

I m Again sharing you the excel Sheet


regards
Naresh
 

Attachments

Back
Top