A Arup Dutta Chowdhury Member Aug 30, 2019 #1 I have a work book where I want to derive the value by selecting name and month. The value will automatically change when I change the name and month. Attachments Book1.xlsx 9.1 KB · Views: 10
I have a work book where I want to derive the value by selecting name and month. The value will automatically change when I change the name and month.
B bosco_yip Excel Ninja Aug 30, 2019 #2 In "Value" C9, enter formula : =VLOOKUP(C7,B3:E5,MATCH(C8,B2:E2,0),0) Regards Bosco