mattahmadi62
New Member
- Joined
- Jun 15, 2012
- Messages
- 18
Hi everyone,
I'm trying to create a workbook for my job and create multiple drop downs using data validation, but using a single source (another drop down as my trigger for my dependant lists). Here's my data:
[TABLE="width: 308"]
<TBODY>[TR]
[TD]Investor</SPAN>
[/TD]
[TD]Claim</SPAN>
[/TD]
[TD]Fees due</SPAN>
[/TD]
[TD]Amortization</SPAN>
[/TD]
[/TR]
[TR]
[TD]Aurora</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]20</SPAN>
[/TD]
[TD]5</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[/TR]
[TR]
[TD]Bana</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]N/A</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]20</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bank Atlantic</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]10</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
My first drop down is the investor, the options are either Aurora, Bana, and Bank Atlantic (easy data validation that I know how to execute), but here's the challenging part [for me]: There are 3 different categories (Claim, Fees Due, & Amortization), when I choose Aurora, I want the claim cell to provide the 3 options (Good, None, or 20); however, if I choose Bana, I want the claim cell to provide Good, None, or 10. Lastly if Bana is choosen, then the only option for Amortization category should be solely N/A. Thoughts?
I'm trying to create a workbook for my job and create multiple drop downs using data validation, but using a single source (another drop down as my trigger for my dependant lists). Here's my data:
[TABLE="width: 308"]
<TBODY>[TR]
[TD]Investor</SPAN>
[/TD]
[TD]Claim</SPAN>
[/TD]
[TD]Fees due</SPAN>
[/TD]
[TD]Amortization</SPAN>
[/TD]
[/TR]
[TR]
[TD]Aurora</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]20</SPAN>
[/TD]
[TD]5</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[/TR]
[TR]
[TD]Bana</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]N/A</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]20</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Bank Atlantic</SPAN>
[/TD]
[TD]Good</SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[TD]Good </SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[TD]None</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]10</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[TD]10</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
My first drop down is the investor, the options are either Aurora, Bana, and Bank Atlantic (easy data validation that I know how to execute), but here's the challenging part [for me]: There are 3 different categories (Claim, Fees Due, & Amortization), when I choose Aurora, I want the claim cell to provide the 3 options (Good, None, or 20); however, if I choose Bana, I want the claim cell to provide Good, None, or 10. Lastly if Bana is choosen, then the only option for Amortization category should be solely N/A. Thoughts?