hi guys, i'm bit confuse about how to give the name of list of number...before this, i used lookup to give the name, but when the range of data getting larger, i'm stuck..
here's the example:
1,2,3,4,5,6,7,8,9....999999
for each 10 numbers, i'll give their names = SPICY1, SPICY2, SPICY3
this is lookup function i've used before
=LOOKUP(B1;{0,11,21};{"SPICY1","SPICY2","SPICY3"})
here's the example:
1,2,3,4,5,6,7,8,9....999999
for each 10 numbers, i'll give their names = SPICY1, SPICY2, SPICY3
this is lookup function i've used before
=LOOKUP(B1;{0,11,21};{"SPICY1","SPICY2","SPICY3"})