Hi All,
I have created a vlookup which looks to pull data from a separate file to the one that the lookup is contained within.
This file has two categories 'Service Manuals' and 'Operator Manuals'. What I am looking to do is rather than use separate tabs for each one, since the format is all exactly the same I want to combine the two.
This may all sound a little confusing so I will try to elaborate. So I want the lookup to look at the part number in question and first look into the other sheet and find pull back model information for Service manuals, if that part number doesn't exist in service manuals (it must be an operator manual) I need it to look in a different tab at operator manuals. How can this be done?
Here is the current lookup I use for SERVICE MANUALS: I need this same formula to then be able to look into a separate tab in the worksheet below(Publicat) to pull back op manual data if not a service manual.
=IFERROR(VLOOKUP(A20,[Publicat.xls]Service!$C:$G,5,FALSE),"RESERVED - Not Translated")
Can someone please assist.
Many thanks
Harvey
I have created a vlookup which looks to pull data from a separate file to the one that the lookup is contained within.
This file has two categories 'Service Manuals' and 'Operator Manuals'. What I am looking to do is rather than use separate tabs for each one, since the format is all exactly the same I want to combine the two.
This may all sound a little confusing so I will try to elaborate. So I want the lookup to look at the part number in question and first look into the other sheet and find pull back model information for Service manuals, if that part number doesn't exist in service manuals (it must be an operator manual) I need it to look in a different tab at operator manuals. How can this be done?
Here is the current lookup I use for SERVICE MANUALS: I need this same formula to then be able to look into a separate tab in the worksheet below(Publicat) to pull back op manual data if not a service manual.
=IFERROR(VLOOKUP(A20,[Publicat.xls]Service!$C:$G,5,FALSE),"RESERVED - Not Translated")
Can someone please assist.
Many thanks
Harvey