This is a shared worksheet, where people aside from myself, only edit the information on Sheet A.
I'm looking to do the following:
On Sheet A, use the information in cells D3 AND E3 to check for an exact match in A2:A AND B2:B on Sheet C.
For example:
Cell D3 on Sheet A = 123456 Cell E3 = 90
It checks A2:A on Sheet C for 123456.
A4, A19, A92 all have 123456.
It checks B4, B19, and B92 on sheet C to see if any have "90", if it does, it puts "XXXXXX" in cell J3 on Sheet A.
If it doesn't match, then it looks to see if I put anything in cell A1 in Sheet B. If there is nothing, it leaves it blank. If there is something, it puts that value in J3 on Sheet A.
However, what I'm also looking to do is that whenever someone deletes/moves the information in D3/E3, it clears the information I had in J3 on Sheet A.
Now that I wrote this out, I'm wondering if I should approach this another way.
Should there be two different workbooks entirely? The main workbook that displays everything on a monitor for everyone to see, then another workbook for the people who have access to be able to edit, and the main workbook reference the one that can be edited? The reason I'm thinking that is because the one that is displayed regularly has the formatting messed up because of the different proficiencies of the users who have access to the workbook.
The workbook of the one that is displayed could also have formatting setup so it fits perfectly to the monitor that it is on, and look better.
I'm looking to do the following:
On Sheet A, use the information in cells D3 AND E3 to check for an exact match in A2:A AND B2:B on Sheet C.
For example:
Cell D3 on Sheet A = 123456 Cell E3 = 90
It checks A2:A on Sheet C for 123456.
A4, A19, A92 all have 123456.
It checks B4, B19, and B92 on sheet C to see if any have "90", if it does, it puts "XXXXXX" in cell J3 on Sheet A.
If it doesn't match, then it looks to see if I put anything in cell A1 in Sheet B. If there is nothing, it leaves it blank. If there is something, it puts that value in J3 on Sheet A.
However, what I'm also looking to do is that whenever someone deletes/moves the information in D3/E3, it clears the information I had in J3 on Sheet A.
Now that I wrote this out, I'm wondering if I should approach this another way.
Should there be two different workbooks entirely? The main workbook that displays everything on a monitor for everyone to see, then another workbook for the people who have access to be able to edit, and the main workbook reference the one that can be edited? The reason I'm thinking that is because the one that is displayed regularly has the formatting messed up because of the different proficiencies of the users who have access to the workbook.
The workbook of the one that is displayed could also have formatting setup so it fits perfectly to the monitor that it is on, and look better.