bloodmilksky
Board Regular
- Joined
- Feb 3, 2016
- Messages
- 202
[TABLE="width: 1125"]
<tbody>[TR]
[TD]Order Date
[/TD]
[TD]Customer Order Number
[/TD]
[TD]Order Number
[/TD]
[TD]Position Number
[/TD]
[TD]Item
[/TD]
[TD]SKU
[/TD]
[TD]Order Quantity (Packs)
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]21/12/2015
[/TD]
[TD]2000145943
[/TD]
[TD]708817101
[/TD]
[TD]133
[/TD]
[TD]LCLARCT387-0375125160
[/TD]
[TD]-0375125160
[/TD]
[TD]1
[/TD]
[TD]1/1/1970 12:00:00 AM
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 1125"]
<tbody>[TR]
[TD]Order Date
[/TD]
[TD]Customer Order Number
[/TD]
[TD]Order Number
[/TD]
[TD]Position Number
[/TD]
[TD]Item
[/TD]
[TD]SKU
[/TD]
[TD]Order Quantity (Packs)
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]25/01/2016
[/TD]
[TD]2000146725
[/TD]
[TD]708998930
[/TD]
[TD]1
[/TD]
[TD]LCLARCX387+0025325025
[/TD]
[TD]+0025325025
[/TD]
[TD]1
[/TD]
[TD]Made to Order
[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]Order Date
[/TD]
[TD]Customer Order Number
[/TD]
[TD]Order Number
[/TD]
[TD]Position Number
[/TD]
[TD]Item
[/TD]
[TD]SKU
[/TD]
[TD]Order Quantity (Packs)
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]21/12/2015
[/TD]
[TD]2000145943
[/TD]
[TD]708817101
[/TD]
[TD]133
[/TD]
[TD]LCLARCT387-0375125160
[/TD]
[TD]-0375125160
[/TD]
[TD]1
[/TD]
[TD]1/1/1970 12:00:00 AM
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
- So basically I have set up VLOOKUP in the comments column to return a date for the item in the item column.
- The table array I have pulled from another application and is on tab 2.
- The problem I am having is that I have 2x item codes that I need to have the return value in the comments section not as 1/1/1970 12:00:00 but as “ Made To Order”, these item codes are LCLARCX387 & LFQXLXR387
- I managed to come up with this =IF(OR(ISNUMBER(FIND({"LPCMNXR387+0175+300Z17","LCLARCX*","LFQXLXR*"},E12))),"MTO","AWAITING") but It wont intergrate into the VLOOKUP formula(=VLOOKUP(E2,LENS,2,FALSE))
- It should look like this if it works
[TABLE="width: 1125"]
<tbody>[TR]
[TD]Order Date
[/TD]
[TD]Customer Order Number
[/TD]
[TD]Order Number
[/TD]
[TD]Position Number
[/TD]
[TD]Item
[/TD]
[TD]SKU
[/TD]
[TD]Order Quantity (Packs)
[/TD]
[TD]Comments
[/TD]
[/TR]
[TR]
[TD]25/01/2016
[/TD]
[TD]2000146725
[/TD]
[TD]708998930
[/TD]
[TD]1
[/TD]
[TD]LCLARCX387+0025325025
[/TD]
[TD]+0025325025
[/TD]
[TD]1
[/TD]
[TD]Made to Order
[/TD]
[/TR]
</tbody>[/TABLE]