fredsunbay
New Member
- Joined
- Mar 27, 2024
- Messages
- 7
- Office Version
- 2016
Good day all,
I've got the below formula which is working fine. I would like to drag the formula down and increase the last row reference, -ROW($B$1)-10),1)),""), with 1 so it becomes 2, 3, 4, etc.
=IFERROR(INDEX('Day 1'!$DL$12:$DL$199,SMALL(IF($B$1='Day 1'!$DM$12:$DM$199,ROW('Day 1'!$DM$12:$DM$199)-ROW($B$1)-10),1)),"")
I've got the below formula which is working fine. I would like to drag the formula down and increase the last row reference, -ROW($B$1)-10),1)),""), with 1 so it becomes 2, 3, 4, etc.
=IFERROR(INDEX('Day 1'!$DL$12:$DL$199,SMALL(IF($B$1='Day 1'!$DM$12:$DM$199,ROW('Day 1'!$DM$12:$DM$199)-ROW($B$1)-10),1)),"")