Hi , I have a very difficult issue when it comes to Hlookup.
I have 2 sheets
Sheet 1 columns are : PO, SHIP_week_number , Proccess 1, Proccess 2, Proccess 3
Sheet 2 colums are : Building, Process , 1,2,3,4,5,6.....52 (week number). The process col will have only 3 value (process 1, process 2, process 3).
In sheet 1, each record will have a ship week number. For example "3".
I will use that number to search for columns "3" in sheet 2 . THIS IS YOUR X
I will use col "process 1" to search for record in columns "process " in sheet 2 . This is your Y
After you have X&Y, you will locate a cell data in sheet 2. I will use that cell data to * process 1 in sheet 1 in the selected record
Please help me