I am trying to use the INDEX functions to extract multiple data with multiple criteria from different work sheet.
But it didn't work, it show empty cells, no error was given about the formula.
Please kindly advise and see the formula and table below.
Smith N , 2023, December
=IFERROR(INDEX($A$2:$A$17,SMALL(IF(($C$2:$C$17=Smith N)*($B$2:$B$17=2023)*($D$2:$D$17=December), ROW($A$2:$A$17)),ROW(1:1))-1,1),"")
Since the table is in another sheet with same workbook.
but I tried the formula above, the cells still give me empty data.
But it didn't work, it show empty cells, no error was given about the formula.
Please kindly advise and see the formula and table below.
A column | B Column | C Column | D Column | E Column |
---|---|---|---|---|
6w46wr1 | 2023 | John S | December | 555 |
64631321 | 2023 | Smith N | December | 666 |
27537 | 2022 | Nana San | October | 777 |
737837 | 2023 | John S | December | 6565 |
437878 | 2023 | Nana San | December | 888 |
dsfsg1 | 2022 | Nana San | December | 999 |
kku123 | 2023 | Smith N | July | 111 |
rtete1233 | 2024 | Smith N | December | 222 |
Smith N , 2023, December
=IFERROR(INDEX($A$2:$A$17,SMALL(IF(($C$2:$C$17=Smith N)*($B$2:$B$17=2023)*($D$2:$D$17=December), ROW($A$2:$A$17)),ROW(1:1))-1,1),"")
Since the table is in another sheet with same workbook.
but I tried the formula above, the cells still give me empty data.