G ganeshm Member Jul 31, 2018 #1 Hi... I am try to use hlookup for getting the corresponding date for the values mentioned. But Getting #NA sign. Kindly let me know what is the right formula to be used to solve this. Regards, Attachments Max Value Lookup (Date).xlsx 17.6 KB · Views: 8
Hi... I am try to use hlookup for getting the corresponding date for the values mentioned. But Getting #NA sign. Kindly let me know what is the right formula to be used to solve this. Regards,
B bosco_yip Excel Ninja Jul 31, 2018 #2 Try, 1] "Start Date", C5 copied down : =INDEX(E$4:EH$4,MATCH(B5,E5:EH5,0)) 2] "End Date", D5 copied down : =LOOKUP(9^9,E$4:EH$4/(E5:EH5=B5)) Regards Bosco
Try, 1] "Start Date", C5 copied down : =INDEX(E$4:EH$4,MATCH(B5,E5:EH5,0)) 2] "End Date", D5 copied down : =LOOKUP(9^9,E$4:EH$4/(E5:EH5=B5)) Regards Bosco