A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi KikiMOB,
We can set the data validation based on column A in sheet 1 but seems we can't set the validation across two different columns.
However, regarding your requirement, you may use a formula to check whether it can meet your requirement.
- Set the data validation for column A and B
- Use the following formula to retrieve the data when two conditions matched:
=INDEX(Sheet1!C:C,MATCH(A1&B1,Sheet1!A:A&Sheet1!B:B,0))
If this is not your scenario, please share a snippet example to let us know what you want to do.
Regards,
William