Good Morning,
I have an issue trying to do a multiple list restriction.
I have 3 columns on a seperate sheet ( Names ) as follows
Column A = Call Centre Manager Name
Column B = Manager Name
Column C = Agent Name
I am using the following to choose the manager name but instead of it showing the managers name once it repeats the name as many times as it is in column B. Is there anyway i can change this to just show the manager name once?
=OFFSET(CSMStart,MATCH(E2,CSM,0)-1,1,COUNTIF(CSM,E2),1)
References for above are as follows on "Name" Sheet
CSMStart = A1
CSM = A:A
Is there anyway I can show a full set of team names instead of showing 1 individual?
Many Thanks
Gavin
I have an issue trying to do a multiple list restriction.
I have 3 columns on a seperate sheet ( Names ) as follows
Column A = Call Centre Manager Name
Column B = Manager Name
Column C = Agent Name
I am using the following to choose the manager name but instead of it showing the managers name once it repeats the name as many times as it is in column B. Is there anyway i can change this to just show the manager name once?
=OFFSET(CSMStart,MATCH(E2,CSM,0)-1,1,COUNTIF(CSM,E2),1)
References for above are as follows on "Name" Sheet
CSMStart = A1
CSM = A:A
Is there anyway I can show a full set of team names instead of showing 1 individual?
Many Thanks
Gavin