Frank Bacchus
Member
So, this should be fun. I have a spreadsheet with many rows and columns. For my question, I have simplified it to two columns and several rows (see attachment). One column contains the "Assigned to" person id and the next column contains an amount. The spreadsheet resides on SharePoint, so only one person can check it out at any given time.
I would like to display only those records the belongs '(assigned to)' the person opening the sheet. Thanks this example below:
Assigned to Amount
Frank B 123
Mary S 345
Nancy R 468
Frank B 897
Amy S 234
Frank B 876
If frank B opens the spreadsheet (in edit mode), I would only like to see:
Assigned to Amount
Frank B 123
Frank B 897
Frank B 876
Thus, I believe capturing the name and hiding the rows that do not apply. How can this be done?
frank
I would like to display only those records the belongs '(assigned to)' the person opening the sheet. Thanks this example below:
Assigned to Amount
Frank B 123
Mary S 345
Nancy R 468
Frank B 897
Amy S 234
Frank B 876
If frank B opens the spreadsheet (in edit mode), I would only like to see:
Assigned to Amount
Frank B 123
Frank B 897
Frank B 876
Thus, I believe capturing the name and hiding the rows that do not apply. How can this be done?
frank