YankeeruinX
New Member
- Joined
- May 17, 2017
- Messages
- 3
Hello,
Probably being thick here and the obvious answer is alluding me but I need a formula to return a value based on where something is between a range of alphanumeric characters. At a basic level something like the below:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Start Location[/TD]
[TD]End Location[/TD]
[TD]Who[/TD]
[/TR]
[TR]
[TD]A001[/TD]
[TD]A100[/TD]
[TD]MT[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]A200[/TD]
[TD]CH[/TD]
[/TR]
[TR]
[TD]B001[/TD]
[TD]B050[/TD]
[TD]RH[/TD]
[/TR]
[TR]
[TD]B051[/TD]
[TD]B150[/TD]
[TD]AH[/TD]
[/TR]
</tbody>[/TABLE]
So If I put in a location of say A053 it would return MT, B041 would return RH and so on. Been scratching my head over this for a while now and tried googling for an answer but to be honest I'm not even sure what to call this type of lookup.
If anyone could point me in the right direction it would be greatly appreciated.
Kind regards
Probably being thick here and the obvious answer is alluding me but I need a formula to return a value based on where something is between a range of alphanumeric characters. At a basic level something like the below:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Start Location[/TD]
[TD]End Location[/TD]
[TD]Who[/TD]
[/TR]
[TR]
[TD]A001[/TD]
[TD]A100[/TD]
[TD]MT[/TD]
[/TR]
[TR]
[TD]A101[/TD]
[TD]A200[/TD]
[TD]CH[/TD]
[/TR]
[TR]
[TD]B001[/TD]
[TD]B050[/TD]
[TD]RH[/TD]
[/TR]
[TR]
[TD]B051[/TD]
[TD]B150[/TD]
[TD]AH[/TD]
[/TR]
</tbody>[/TABLE]
So If I put in a location of say A053 it would return MT, B041 would return RH and so on. Been scratching my head over this for a while now and tried googling for an answer but to be honest I'm not even sure what to call this type of lookup.
If anyone could point me in the right direction it would be greatly appreciated.
Kind regards