vandango05
Board Regular
- Joined
- Oct 6, 2008
- Messages
- 110
Hi.
I've got a table of sizes which results in an answer based on the size in cell B4 and are trying a VLOOKUP to give a result.
The table is structured like this in cells A13: B16
<tbody>
</tbody>
My formula is: =VLOOKUP(B4,Sheet2!A13:B16,2,TRUE)
The issue I have is that if the size is over 2600mm the answer should be VR2011, however it gives an answer back as VR011N. Similally the other dimenions 3301mm would result VR2011 not VR2011-AR etc.
Can anyone help?
Thank you.
I've got a table of sizes which results in an answer based on the size in cell B4 and are trying a VLOOKUP to give a result.
The table is structured like this in cells A13: B16
2600 | VR011N |
3300 | VR2011 |
4000 | VR2011-AR |
4500 | VR2011-SR |
<tbody>
</tbody>
My formula is: =VLOOKUP(B4,Sheet2!A13:B16,2,TRUE)
The issue I have is that if the size is over 2600mm the answer should be VR2011, however it gives an answer back as VR011N. Similally the other dimenions 3301mm would result VR2011 not VR2011-AR etc.
Can anyone help?
Thank you.