Hi I'm hoping someone can help me or tell me it's just not possible!
I'm trying to create an automatic stock checker by entering a list from our system versus external location reports, once I've entered the data I can only seem to show if there is a match but not which item, status or where the item is located
I can get it to return a yes or no, 0 or 1, true or false but nothing that can show item number, location and status e.g. ITEM1234561 Savannah AVLB (On the system list as AVBL and on the Savannah USA Savannah list) and if no match to show ITEM1234561 Savannah No Match (Not on the system list but on the Savannah list) or ITEM1234561 No Match AVLB (On the system AVLB list but not on any location)
I've tried using XMATCH, XLOOKUP, MATCH, VLOOKUP, IFS, INDEX etc and not getting very far
First I added a data input sheet where everything is entered, then there is a second sheet which converts all to the same format (using =SUBSTITUTE('Data Input'!F5,"/","")), third sheet has the converted items and a status or location to the right (I've used some formulas before where I could put if a match return left or right cell so my logic was to try and use that somehow) and a fourth to show the overall results (trying to us =INDEX(Formula!$B$5:$T$19,MOD(ROW()-ROW($B$3)-1,ROWS(Formula!$B$5:$T$19))+1,INT((ROW()-ROW($B$3)-1)/ROWS(Formula!$B$5:$T$19))+1) but it's coming up with #SPILL! to list all tanks mentioned on the second sheet)
Not sure if that makes any sense - I've uploaded some screenshots as my system won't allow the extension download...
Cheers!
I'm trying to create an automatic stock checker by entering a list from our system versus external location reports, once I've entered the data I can only seem to show if there is a match but not which item, status or where the item is located
I can get it to return a yes or no, 0 or 1, true or false but nothing that can show item number, location and status e.g. ITEM1234561 Savannah AVLB (On the system list as AVBL and on the Savannah USA Savannah list) and if no match to show ITEM1234561 Savannah No Match (Not on the system list but on the Savannah list) or ITEM1234561 No Match AVLB (On the system AVLB list but not on any location)
I've tried using XMATCH, XLOOKUP, MATCH, VLOOKUP, IFS, INDEX etc and not getting very far
First I added a data input sheet where everything is entered, then there is a second sheet which converts all to the same format (using =SUBSTITUTE('Data Input'!F5,"/","")), third sheet has the converted items and a status or location to the right (I've used some formulas before where I could put if a match return left or right cell so my logic was to try and use that somehow) and a fourth to show the overall results (trying to us =INDEX(Formula!$B$5:$T$19,MOD(ROW()-ROW($B$3)-1,ROWS(Formula!$B$5:$T$19))+1,INT((ROW()-ROW($B$3)-1)/ROWS(Formula!$B$5:$T$19))+1) but it's coming up with #SPILL! to list all tanks mentioned on the second sheet)
Not sure if that makes any sense - I've uploaded some screenshots as my system won't allow the extension download...
Cheers!