bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I am trying to learn the new excel functions and one them I don't totally understand is the Switch function.
We want to classify the length of time a rep has been with the company by putting them in the follow buckets:
Here is the formula we are presently using to put them in those buckets and I thought their should a more efficient way of doing this. If there is, can I use an array function to replace the following nested IF formula:
IF(J3>4,"4+ YRS",IF(J3<1,"0-1 YRS",IF(AND(J3>1,J3<2),"1-2 YRS","2-4 YRS")))
This is the result section. Is there an array formula or more efficient function to use other than the IF function
We want to classify the length of time a rep has been with the company by putting them in the follow buckets:
Here is the formula we are presently using to put them in those buckets and I thought their should a more efficient way of doing this. If there is, can I use an array function to replace the following nested IF formula:
IF(J3>4,"4+ YRS",IF(J3<1,"0-1 YRS",IF(AND(J3>1,J3<2),"1-2 YRS","2-4 YRS")))
This is the result section. Is there an array formula or more efficient function to use other than the IF function