I give up. Here is the logic: If cell y2=1, index/match using column AA to index, column Y to match. If cell y2=2, index/match using column AB to index, column Y to match. Here is the formula:
=IF(Y2=1,INDEX($AA$8:$AA$12,MATCH(Y8,$Y$8:$Y$12,0),IF(Y2=2,INDEX($AB$8:$AB$12,MATCH(Y8,$Y$8:$Y$12,0)))))
Excel "accepts" the formula. When I type 1 in cell y3, it indexes properly. But when I type 2 in cell y3, I get a FALSE. Am I doing something wrong, or can Excel not do what I'm asking it to do?
Thanks (again.... you all are batting 1000 solving my problems.)
Bookmarks