Hello Everyone!
I'm working on a project where I need to return a set value (1,2,3 etc.) based on the first letter of another cell. However there is an additional wrinkle to this. The letters are organzined into certain groups. For example the letters A,B,C are always in one goup. I need to be able to define this group and then be able to set this group the set value.
Groups: (A,B,C) = 1, (D,E,F,G,H) = 2, (I, J,K,L) =3, (M, N, O) = 1 etc....
Example:
<TBODY>
</TBODY>
I hope this makes sense, so I need the To Carousel value to fill in the correct value depeding on the first letter of the City Code column.
Thanks for any help!!
I'm working on a project where I need to return a set value (1,2,3 etc.) based on the first letter of another cell. However there is an additional wrinkle to this. The letters are organzined into certain groups. For example the letters A,B,C are always in one goup. I need to be able to define this group and then be able to set this group the set value.
Groups: (A,B,C) = 1, (D,E,F,G,H) = 2, (I, J,K,L) =3, (M, N, O) = 1 etc....
Example:
City Code | To carousel |
AUS</SPAN> | 1</SPAN> |
BDL</SPAN> | 1</SPAN> |
BOG</SPAN> | 1</SPAN> |
BOS</SPAN> | 1</SPAN> |
CUN</SPAN> | 1</SPAN> |
DCA</SPAN> | 1</SPAN> |
EWR</SPAN> | 1</SPAN> |
HPN</SPAN> | </SPAN>1 |
<TBODY>
</TBODY>
I hope this makes sense, so I need the To Carousel value to fill in the correct value depeding on the first letter of the City Code column.
Thanks for any help!!