rmrossetti
New Member
- Joined
- Jan 11, 2016
- Messages
- 30
Hello All,
I could use some assistance on a lookup scenario!
I would like to populate a cell with a person's name if they meet certain criteria. For instance:
If the person is assigned to a particular team and If the assignment is above 0. if not, the cell should remain blank. Please help!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Team[/TD]
[TD]Team Allocation[/TD]
[/TR]
[TR]
[TD]Marcus Fenix[/TD]
[TD]2[/TD]
[TD].35[/TD]
[/TR]
[TR]
[TD]Dom Santiago[/TD]
[TD]3[/TD]
[TD].50[/TD]
[/TR]
</tbody>[/TABLE]
I could use some assistance on a lookup scenario!
I would like to populate a cell with a person's name if they meet certain criteria. For instance:
If the person is assigned to a particular team and If the assignment is above 0. if not, the cell should remain blank. Please help!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Team[/TD]
[TD]Team Allocation[/TD]
[/TR]
[TR]
[TD]Marcus Fenix[/TD]
[TD]2[/TD]
[TD].35[/TD]
[/TR]
[TR]
[TD]Dom Santiago[/TD]
[TD]3[/TD]
[TD].50[/TD]
[/TR]
</tbody>[/TABLE]