linksavage
New Member
- Joined
- Mar 14, 2013
- Messages
- 16
This will be an easy one for someone out there.
I need a formula that will evaluate 3 combinations of 2 variables (Sales and Employees) and lookup the correct classification. Tried using Nested IFs but it got very confusing very quickly for me!
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales[/TD]
[TD]Employees[/TD]
[TD]Classification[/TD]
[/TR]
[TR]
[TD]< 1600[/TD]
[TD]< 10[/TD]
[TD]Micro[/TD]
[/TR]
[TR]
[TD]< 8000[/TD]
[TD]< 50[/TD]
[TD]Small[/TD]
[/TR]
[TR]
[TD]< 40000[/TD]
[TD]< 250[/TD]
[TD]Medium[/TD]
[/TR]
[TR]
[TD]If there is not a[/TD]
[TD]match on both, then:[/TD]
[TD]Large[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
I need a formula that will evaluate 3 combinations of 2 variables (Sales and Employees) and lookup the correct classification. Tried using Nested IFs but it got very confusing very quickly for me!
For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales[/TD]
[TD]Employees[/TD]
[TD]Classification[/TD]
[/TR]
[TR]
[TD]< 1600[/TD]
[TD]< 10[/TD]
[TD]Micro[/TD]
[/TR]
[TR]
[TD]< 8000[/TD]
[TD]< 50[/TD]
[TD]Small[/TD]
[/TR]
[TR]
[TD]< 40000[/TD]
[TD]< 250[/TD]
[TD]Medium[/TD]
[/TR]
[TR]
[TD]If there is not a[/TD]
[TD]match on both, then:[/TD]
[TD]Large[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!