Jamie Wagler Member Mar 9, 2016 #1 Please refer to the attached file. I am looking for a way to "find" C (in red) with only knowing Column 3 and Row K (in green). A way to count rows until I find K might work? Attachments Sample.xlsx Sample.xlsx 9.9 KB · Views: 9
Please refer to the attached file. I am looking for a way to "find" C (in red) with only knowing Column 3 and Row K (in green). A way to count rows until I find K might work?
Luke M Excel Ninja Staff member Mar 9, 2016 #2 given this layout: Formula would be: =INDEX(C2:G27,MATCH(K2,A2:A27,0),K1)