hi Christopher. i don't see the value "Free" anywhere. if you are referring to blanks, then maybe this array formula in A3:
Formula:
=IFERROR(INDEX('Mgr Relief'!$B$2:$B$7,SMALL(IF(INDEX('Mgr Relief'!$E$2:$AI$7,,MATCH($B$1,'Mgr Relief'!$E$1:$AI$1,0))="",ROW(INDEX('Mgr Relief'!$E$2:$AI$7,,MATCH($B$1,'Mgr Relief'!$E$1:$AI$1,0)))),ROWS(A$3:A3))-ROW('Mgr Relief'!$E$2)+1),"")
...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
what could help next time is for you to key in manually what you are hoping to see. for eg. A3 would be Joe Blogs. A4 is Fake Name. if "Free" is referring to "Mgr", then simply change the part in red:
Formula:
=IFERROR(INDEX('Mgr Relief'!$B$2:$B$7,SMALL(IF(INDEX('Mgr Relief'!$E$2:$AI$7,,MATCH($B$1,'Mgr Relief'!$E$1:$AI$1,0))="Mgr",ROW(INDEX('Mgr Relief'!$E$2:$AI$7,,MATCH($B$1,'Mgr Relief'!$E$1:$AI$1,0)))),ROWS(A$3:A4))-ROW('Mgr Relief'!$E$2)+1),"")
Bookmarks