Hi there,
I currently have a spreadsheet whereby it shows the type of access given to employees for different file locations.
The type of access is shown in column H, they are:
Read
Read/Write
Denied
Access Removed
Pending
These are determined by any 3 people who choose from a drop down menu in the cells from the columns as stated below. There are 4 number options to choose from the drop down menu which correlate to column H:
1 = Read Access
2 = Read/Write
3 = Access Denied
4 = Access Removed
The columns which contain numbers are:
Column I
Column K
Column M
Column O
Column Q
Column S
Column U
So in practice, here's what i want to happen:
If not all three people have selected the same number - then column H turns to 'Pending'.
If 1/3 or 2/3 people have only done their options - then column H turns to 'Pending'.
If all three people have selected '1' from the drop down menu - then column H turns to 'read'.
If all three people have selected '2' from the drop down menu - then column H turns to 'read/write'.
If all three people have selected '3' from the drop down menu - then column H turns to 'Access Denied'.
If all three people have selected '4' from the down down menu - then column H turns to 'Access Removed'.
Any tips on what the vba code is to do this?
Thank you.
I currently have a spreadsheet whereby it shows the type of access given to employees for different file locations.
The type of access is shown in column H, they are:
Read
Read/Write
Denied
Access Removed
Pending
These are determined by any 3 people who choose from a drop down menu in the cells from the columns as stated below. There are 4 number options to choose from the drop down menu which correlate to column H:
1 = Read Access
2 = Read/Write
3 = Access Denied
4 = Access Removed
The columns which contain numbers are:
Column I
Column K
Column M
Column O
Column Q
Column S
Column U
So in practice, here's what i want to happen:
If not all three people have selected the same number - then column H turns to 'Pending'.
If 1/3 or 2/3 people have only done their options - then column H turns to 'Pending'.
If all three people have selected '1' from the drop down menu - then column H turns to 'read'.
If all three people have selected '2' from the drop down menu - then column H turns to 'read/write'.
If all three people have selected '3' from the drop down menu - then column H turns to 'Access Denied'.
If all three people have selected '4' from the down down menu - then column H turns to 'Access Removed'.
Any tips on what the vba code is to do this?
Thank you.