Hi,
I'm currently stuck on a particular Excel problem, which essentially boils down to the following case: creating an Excel worksheet with the following features:
- In cell A1, a drop-down list comprising of say "UK" and "USA"
- In cell A2, a drop-down list "YES" and "NO" if A1 = UK and a blank cell (where a user could input a number) if A1 = USA
I've looked into some Excel functions to address/circumvent the problem, such as IF, INDEX, MATCH but all of them work with the value datatype.
I've also learnt how to create dependent drop-down lists based on other drop-down lists.
However, from what I've tried/understood both these approaches fail to create cells that support conditional data types i.e where the data type of A2 varies according to the selection made in A1.
I'd be glad to learn if there's a way to achieve that in Excel, with a preference for "basic" tools over more complex ones (i.e use of Excel functions vs VBA).
Thank you to everyone taking the time to read/answer my post!
Bookmarks