vipin30sep
New Member
- Joined
- Feb 14, 2019
- Messages
- 20
Hello,
So I have a group of text values for Sizes like twins, Small, Medium, Large etc. in a sheet and I'm assigning values to those sizes. I'm using the formula as below and it always gives me error. Please help. Here is the formula I'm trying to use,
Here, 'Prepaid Customer'!Y2' cell contains formula to calculate Sizes
So I have a group of text values for Sizes like twins, Small, Medium, Large etc. in a sheet and I'm assigning values to those sizes. I'm using the formula as below and it always gives me error. Please help. Here is the formula I'm trying to use,
Code:
=LOOKUP('Prepaid Customer'!Y2,{"Twins", Small,Medium,Large,X-Large,2XL,3XL,Singleton},{8,7,6,5,4,3,2,1})
Here, 'Prepaid Customer'!Y2' cell contains formula to calculate Sizes