Hello,
I have imported an excel spreadsheet, one of the columns contains the
customer (Agent).
I wish to filter the list so that users can only see the items which
are relevant to them.
The only way I can see to do this is to manually create a view which
filters by their name, but there are too many customers and different
views required to make this feasable.
I've tried filtering using the Me function, (which returns exactly the
same text as that which is in the Agent column), however, it is
searching for the text "=PROPER(RIGHT(Me,LEN(Me)-9))" rather than the
calculated value...
The user didn't create any of the items, so how can I filter it to
display only the relevant ones?
It's been driving me mad, thanks for any help.