How to retrive all related data from different sheets according to the user's input?
Hi there,
I want to connect two different excel sheet in the manner as follows:
Consider I'm using sheet1 with fields like prod_id & prod_name with their data (1,2,3,4,5) and (a,b,c,d,e) respectively.
Now if I enter the prod_id as 3 in sheet2, then I need all the other fields related to it, to be automatically retrived from sheet1..
i.e the prod_name related to the given prod_id... e.g.. If I enter 3 as prod_id then I should get its prod_name as c!
Is it possible to do with excel? If yes,Please do guide me with step by step instructions..