Thread
:
Index and Match
View Single Post
#
5
Posted to microsoft.public.excel.misc
zvkmpw
external usenet poster
Posts: 153
Index and Match
Maybe this would work better:
=INDEX($D$1:$BD$1,MATCH(1,D3:BD3))
Better yet:
=INDEX($D$1:$BD$1,MATCH(2,D3:BD3))
Reply With Quote
zvkmpw
View Public Profile
Find all posts by zvkmpw