CorrelateSpilled
New member
- Joined
- Apr 13, 2025
- Messages
- 3
- Reaction score
- 0
- Points
- 1
- Excel Version(s)
- Web
Hi,
I am using the web version of Excel. I have a workbook with the following sheets:
The Financial Account column is a data-validated list that gets its data from the FINANCIAL_ACCOUNT sheet. What I would like, but have not figured out how to do yet, is for the Transaction Description column to also be a data-validated list that is dynamically generated depending on the Financial Account that is selected. So when a Financial Account is selected, then only Transaction Descriptions whose Currency is in the Financial Account's Currency would be able to be selected.
So when acct-name-01 is selected, then the only Transaction Descriptions that are available to be selected should be XTSE:SHOP and XTSE:T. And if acct-name-02 is selected then the Transaction Descriptions that are available to be selected should be XNYS:SHOP, XNAS:AMD, and XNAS:INTC. Lastly, if acct-name-03 is selected then all Transaction Descriptions should be available to be selected.
But I am stumped on the correct formula to do this. Any help pointing me in the right direction would be much appreciated. Thanks for your time!
I am using the web version of Excel. I have a workbook with the following sheets:
- FINANCIAL_ACCOUNT sheet with the following table structure. Of note, the Currency column can be a single currency or comma separated list of currencies.
D | E |
Account Name | Currency |
acct-name-01 | CAD |
acct-name-02 | USD |
acct-name-03 | CAD, USD |
- TRANSACTION_DESCRIPTION sheet with the following table structure. Of note, the Currency column contains the currency that is used to buy/sell the item. It will always be a single currency; not a comma-separated list.
A | F |
Transaction Description | Currency |
XNYS:SHOP | USD |
XTSE:SHOP | CAD |
XTSE:T | CAD |
XNAS:AMD | USD |
XNAS:INTC | USD |
- FINANCIAL_TRANSACTION sheet with the following table structure:
D | F |
Financial Account | Transaction Description |
acct-name-01 | XTSE:SHOP |
acct-name-02 | XNAS:AMD |
acct-name-03 | XTSE:T |
acct-name-03 | XNAS:INTC |
The Financial Account column is a data-validated list that gets its data from the FINANCIAL_ACCOUNT sheet. What I would like, but have not figured out how to do yet, is for the Transaction Description column to also be a data-validated list that is dynamically generated depending on the Financial Account that is selected. So when a Financial Account is selected, then only Transaction Descriptions whose Currency is in the Financial Account's Currency would be able to be selected.
So when acct-name-01 is selected, then the only Transaction Descriptions that are available to be selected should be XTSE:SHOP and XTSE:T. And if acct-name-02 is selected then the Transaction Descriptions that are available to be selected should be XNYS:SHOP, XNAS:AMD, and XNAS:INTC. Lastly, if acct-name-03 is selected then all Transaction Descriptions should be available to be selected.
But I am stumped on the correct formula to do this. Any help pointing me in the right direction would be much appreciated. Thanks for your time!