suppersong
New Member
- Joined
- Jul 4, 2022
- Messages
- 2
- Office Version
- 2013
- Platform
- Windows
Hi,
Simple question, I hope. I'm using an array formula to return search results from $D$1 to column F (see below). The array formula is:
=INDEX($B$1:$B$5000,SMALL(IF(ISNUMBER(SEARCH($D$1, $B$1:$B$5000)),ROW($B$1:$B$5000)-ROW($B$1)+1),E2))
How do I get the formula to return the corresponding dates from column C to column G?
Simple question, I hope. I'm using an array formula to return search results from $D$1 to column F (see below). The array formula is:
=INDEX($B$1:$B$5000,SMALL(IF(ISNUMBER(SEARCH($D$1, $B$1:$B$5000)),ROW($B$1:$B$5000)-ROW($B$1)+1),E2))
How do I get the formula to return the corresponding dates from column C to column G?