jwgreen1986
Board Regular
- Joined
- Mar 8, 2019
- Messages
- 64
i have a payroll tab which lists all member of staff for a department. I want a formula that will look at this whole list and then list the users employment id's when a criteria is met. so in total i want to produce 3 seperates.
i want one that lists all the staff who are down as new sales.
i want one that lists all the staff who are down as used sales
i want one that lists all the staff who are down as combined sales.
i am only interested in it bring back the users ID, but it would be handy if it also brought back their name and location as well.
i understand basic index formulas but i am struggling to find a formula that lists people.
Below is a basic idea of what i have in my spreadsheet. i want to look up the value Used, New, and Combined in the pay scheme column and then list the relevant Employee ID's.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Employer ID[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[TD]Pay Scheme[/TD]
[/TR]
[TR]
[TD]Derby[/TD]
[TD]abc[/TD]
[TD]Bob[/TD]
[TD]Marley[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]Newcastle[/TD]
[TD]123[/TD]
[TD]Jack[/TD]
[TD]O'Lantern[/TD]
[TD]Used[/TD]
[/TR]
[TR]
[TD]Leicester[/TD]
[TD]def[/TD]
[TD]Emma[/TD]
[TD]Stone[/TD]
[TD]Combined[/TD]
[/TR]
[TR]
[TD]Manchester[/TD]
[TD]456[/TD]
[TD]Kurt[/TD]
[TD]Kliff[/TD]
[TD]Combined[/TD]
[/TR]
[TR]
[TD]Burton[/TD]
[TD]ghi[/TD]
[TD]Kyle[/TD]
[TD]Boy[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]Liverpool[/TD]
[TD]789[/TD]
[TD]Louise[/TD]
[TD]Under[/TD]
[TD]Used[/TD]
[/TR]
</tbody>[/TABLE]
i want one that lists all the staff who are down as new sales.
i want one that lists all the staff who are down as used sales
i want one that lists all the staff who are down as combined sales.
i am only interested in it bring back the users ID, but it would be handy if it also brought back their name and location as well.
i understand basic index formulas but i am struggling to find a formula that lists people.
Below is a basic idea of what i have in my spreadsheet. i want to look up the value Used, New, and Combined in the pay scheme column and then list the relevant Employee ID's.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Employer ID[/TD]
[TD]First Name[/TD]
[TD]Surname[/TD]
[TD]Pay Scheme[/TD]
[/TR]
[TR]
[TD]Derby[/TD]
[TD]abc[/TD]
[TD]Bob[/TD]
[TD]Marley[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]Newcastle[/TD]
[TD]123[/TD]
[TD]Jack[/TD]
[TD]O'Lantern[/TD]
[TD]Used[/TD]
[/TR]
[TR]
[TD]Leicester[/TD]
[TD]def[/TD]
[TD]Emma[/TD]
[TD]Stone[/TD]
[TD]Combined[/TD]
[/TR]
[TR]
[TD]Manchester[/TD]
[TD]456[/TD]
[TD]Kurt[/TD]
[TD]Kliff[/TD]
[TD]Combined[/TD]
[/TR]
[TR]
[TD]Burton[/TD]
[TD]ghi[/TD]
[TD]Kyle[/TD]
[TD]Boy[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]Liverpool[/TD]
[TD]789[/TD]
[TD]Louise[/TD]
[TD]Under[/TD]
[TD]Used[/TD]
[/TR]
</tbody>[/TABLE]