Hi,
I need to ensure that the users do not get to see one of the columns in the file I created, but I may still need to make changes to that column... I am thinking of having some kind password protected column, i.e. no password cannot see and edit column.
Is it possible?
For clarity sake, let's say I have 5 columns:
Column: A = Item No, B = Item, C = Weight, D = Rating (input by user), E= Score (Column C * D)
I need to prevent users from seeing column C, so that it won't affect the rating (Column D). Note that Column C is needed for calculation of Column E.
If anyone has a better way to do this please feel free to suggest. Thanks!!
I need to ensure that the users do not get to see one of the columns in the file I created, but I may still need to make changes to that column... I am thinking of having some kind password protected column, i.e. no password cannot see and edit column.
Is it possible?
For clarity sake, let's say I have 5 columns:
Column: A = Item No, B = Item, C = Weight, D = Rating (input by user), E= Score (Column C * D)
I need to prevent users from seeing column C, so that it won't affect the rating (Column D). Note that Column C is needed for calculation of Column E.
If anyone has a better way to do this please feel free to suggest. Thanks!!