Dynamic Drop Down

ManUBlueJay

Active Member
Joined
Aug 30, 2012
Messages
320
Office Version
  1. 365
Platform
  1. Windows
I have a large database for a Genealogy Project.
User will choose a family.
From my Database each family has a unique number.
Based on The family chosen. I have created a range of all the names in the family using the inique family number, to update a death.
Because that person may have been part of other families through marriages each person has a unique ID.
Is there a way to get that ID which is located one col back from the name so I can update all the Deaths. The reason I need it is because the father and son may have the same name. Here is a picture of what I looking for. If Joe Jr Dies my Drop Down allow me to choose between Joe and Jean. I would like to know Joe jrs unique code (50c) which rests 1 cell back. So I can update the death in both families,

[TABLE="width: 418"]
<colgroup><col><col><col><col span="2"></colgroup><tbody>[TR]
[TD]Id Code
[/TD]
[TD]Family/ Name[/TD]
[TD]Bithday Anniversary[/TD]
[TD]Death
[/TD]
[TD]Fam Code[/TD]
[/TR]
[TR]
[TD]50
[/TD]
[TD]Jones Joe & Jill[/TD]
[TD="align: right"]01/01/1965[/TD]
[TD][/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]50a
[/TD]
[TD]Joe[/TD]
[TD="align: right"]02/01/1940[/TD]
[TD][/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]50b[/TD]
[TD]Jill[/TD]
[TD="align: right"]02/01/1942[/TD]
[TD][/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]50c[/TD]
[TD]Joe[/TD]
[TD="align: right"]03/01/1966[/TD]
[TD][/TD]
[TD="align: right"]50
[/TD]
[/TR]
[TR]
[TD]50d[/TD]
[TD]Johnny[/TD]
[TD="align: right"]04/01/1970[/TD]
[TD][/TD]
[TD="align: right"]50[/TD]
[/TR]
[TR]
[TD]51[/TD]
[TD]Jones Joe & Jean[/TD]
[TD="align: right"]07/07/1990[/TD]
[TD][/TD]
[TD="align: right"]51[/TD]
[/TR]
[TR]
[TD]50c
[/TD]
[TD]Joe
[/TD]
[TD="align: right"]03/01/1966
[/TD]
[TD][/TD]
[TD="align: right"]51[/TD]
[/TR]
[TR]
[TD]51a[/TD]
[TD]Jean[/TD]
[TD="align: right"]07/10/1967[/TD]
[TD][/TD]
[TD="align: right"]51
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top