bloodmilksky
Board Regular
- Joined
- Feb 3, 2016
- Messages
- 202
- Hi Guys,
I am trying to run a report for dates for product supply and so far I have managed to use VLOOKUP to bring me back the dates for all of the products I am reporting but I now want to improve the report by providing a value other than dates such as " made to order" for products that have XR in them.
ex: LTMVXR60052590 MADE TO ORDER
I have managed to get the Made To Order returned by using IF statement by itself (Below) - =IF(OR(ISNUMBER(SEARCH({"LFQXLXR","LCLARCX"},Sheet1!A1))),"Made To Order")
- But Wont work when I try them together.
- VLOOKUP(D2&E2,'PRODUCTS*IF(OR(ISNUMBER(FIND({"NXR","RCX387"},XR))),"MTO","AWAITING")
Any help would be great