Hi

In my excel workbook, I have 3 worksheets.
1. Sheet 1 is a database of companies
2. Sheet 2 is a search query sheet (linked to sheet 1) for searches

I have protected sheet 2, so the users can only key in the search query without changing formulas. And I have hidden the sheet 1 and then protected the workbook. So the user can only see sheet 1 and search for a company.

Now I have a requirement of adding another sheet 3. It will pull specific data from sheet 1. I want to keep this sheet hidden as well from all users except 1-2. How can I do that with protected workbook. In summary, the access level is as below:
Sheet 1 : Only me
Sheet 2: All users (only access to search query, no editing allowed)
Sheet 3: Only me and one other

How can I protect my worksheets and workbook with these constraints?

Thanks in advance.