I want vlookup data as below (read by row data file input).
- column S_Catagory (file input) with column Category (file master Sheet1)
- column S_Sub Catagory (file input) with column Sub Catagory(file master Sheet1)
If match message box value in column feedback_Recommendation
else not match check next sheet
i want tot check as below.
- column S_Catagory (file input) with column Category (file master Sheet2)
- column S_Sub Catagory (file input) with column Sub Catagory(file master Sheet2)
- column Issue (file input) with column Issue(file master Sheet2)
If match get message box valur from column feedback_Recommendation
else message box = not found.
Expect output round1 row1 message box = test4
round2 row2 message box = Not Found
Please guide me about it.
Thank you.
input.xlsx (8.1 KB)
Master.xlsx (11.8 KB)