I know this has probably already been discussed but I cant seem to find the post (and am running out of time on a project). I am creating a formula to look up a name in column A and return dates relating to that name from Column B. Here's the formula I am using. It works in the first instance but when I autofill, it comes up as #NUM. What am I doing wrong?
=INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1:$A$7)),ROW(1:1)),2)
I have tried copying and pasting as well as dragging the formula down.
Bookmarks