Hi All
Apologies if this has already been answered before.
My issue is as follows:
My first column is say "Country" and my second is "State".
The user will input multiple rows where the country can vary by row
For a row where Country = 'United States' I want to use data validation on the State field to restrict the user input to a list of US states
For a row were Country <> 'United States' I want the State field to be free input with no restrictions.
Is this possible using Excel Data Validation? I realise I could probably do something via the worksheet change event macro but would much prefer not to.
Thanks in advance...
Apologies if this has already been answered before.
My issue is as follows:
My first column is say "Country" and my second is "State".
The user will input multiple rows where the country can vary by row
For a row where Country = 'United States' I want to use data validation on the State field to restrict the user input to a list of US states
For a row were Country <> 'United States' I want the State field to be free input with no restrictions.
Is this possible using Excel Data Validation? I realise I could probably do something via the worksheet change event macro but would much prefer not to.
Thanks in advance...