Hello Everyone, First time poster here. Not new to the forums though I have been here quite a few times especially recently and have found the best answers here except this one! I have been unsuccessful at figuring it out and hoping I could get some help here
a background on what im working on would probably help here. I have 2 sheets in a workbook each sheet has the same inventory with different names as they are for 2 different companies that share the same inventory. what I am after is having the inventory on the second sheet update as i change the first sheet. I cant do this cell matches that cell because sheet 1 changes a lot while sheet 2 stays the same. In sheet 1 i have named 2 arrays because i have 2 columns i need to search through for specific products ( products are all jacked up in the 2 columns because its an export with child products ).
hopefully this has been described in detail enough as i am unable to post the workbook due to the workbook being on a computer not connected to the internet and current lack of a thumb drive that has appeared to have grown legs and walk away.
first id like to start with a formula that has been working but is not enough for what i need over all
=IF(ISNA(VLOOKUP("productimsearchingfor",eslist,6,FALSE)=TRUE),"find new",VLOOKUP("productimsearchingfor",eslist2,5,FALSE))
at first i thought this was working i tested and it returned the inventory amount and when i took off a letter to make the product not exsist it returned find new but what i didnt realize at the time was was that the product was in fact in the location eslist2 so when i tested on another product that was in eslist i got errors. so i thought ok this is an easy fix
=IF(ISNA(VLOOKUP("productimsearchingfor",eslist,6,FALSE)=TRUE),(IF(ISNA(VLOOKUP("productimsearchingfor",eslist2,5,FALSE)=TRUE),"RE DO THIS",VLOOKUP("productimsearchingfor",eslist,6,FALSE))))
at any rate i do apologize for the long post and hopefully I have made everything clear enough to understand.
Thank you in advance for any help you may be able to provide
a background on what im working on would probably help here. I have 2 sheets in a workbook each sheet has the same inventory with different names as they are for 2 different companies that share the same inventory. what I am after is having the inventory on the second sheet update as i change the first sheet. I cant do this cell matches that cell because sheet 1 changes a lot while sheet 2 stays the same. In sheet 1 i have named 2 arrays because i have 2 columns i need to search through for specific products ( products are all jacked up in the 2 columns because its an export with child products ).
hopefully this has been described in detail enough as i am unable to post the workbook due to the workbook being on a computer not connected to the internet and current lack of a thumb drive that has appeared to have grown legs and walk away.
first id like to start with a formula that has been working but is not enough for what i need over all
=IF(ISNA(VLOOKUP("productimsearchingfor",eslist,6,FALSE)=TRUE),"find new",VLOOKUP("productimsearchingfor",eslist2,5,FALSE))
at first i thought this was working i tested and it returned the inventory amount and when i took off a letter to make the product not exsist it returned find new but what i didnt realize at the time was was that the product was in fact in the location eslist2 so when i tested on another product that was in eslist i got errors. so i thought ok this is an easy fix
=IF(ISNA(VLOOKUP("productimsearchingfor",eslist,6,FALSE)=TRUE),(IF(ISNA(VLOOKUP("productimsearchingfor",eslist2,5,FALSE)=TRUE),"RE DO THIS",VLOOKUP("productimsearchingfor",eslist,6,FALSE))))
at any rate i do apologize for the long post and hopefully I have made everything clear enough to understand.
Thank you in advance for any help you may be able to provide