Hello,
I am trying to assign price tiers to Column A that has an average price per unit. I have 6 tiers:
.50 and below
.51-.99
1.00-1.24
1.25-1.49
1.50-1.70
1.80 and above.
How do I write a formula in column b to nest all of these?
I started with if(a2<=.50,"tier 1",if(a2 between .51-.99, "tier 2"...etc. Thanks for the help!
I am trying to assign price tiers to Column A that has an average price per unit. I have 6 tiers:
.50 and below
.51-.99
1.00-1.24
1.25-1.49
1.50-1.70
1.80 and above.
How do I write a formula in column b to nest all of these?
I started with if(a2<=.50,"tier 1",if(a2 between .51-.99, "tier 2"...etc. Thanks for the help!