I have drop down I am trying to count and limit the number of times certain values can be selected. The worksheet is setup like this:
Name Role
Alex Clerk
Jim Admin
Stacey Developer
Mike Analyst
Chris Pool
The Position column has the drop down of job roles we want to put them in, however there are more names and than roles, except for 1 role that is "Pool" that should be unlimited. So how can I make is so when you select a role from the down it puts the count of that role somewhere on the sheet and only allows a certain amount of each role before showing an error like :You have exceeded the number of "role name".
Name Role
Alex Clerk
Jim Admin
Stacey Developer
Mike Analyst
Chris Pool
The Position column has the drop down of job roles we want to put them in, however there are more names and than roles, except for 1 role that is "Pool" that should be unlimited. So how can I make is so when you select a role from the down it puts the count of that role somewhere on the sheet and only allows a certain amount of each role before showing an error like :You have exceeded the number of "role name".