hi team,
i know this has been done to death, however trying to match multiple results, using a date variable...
Raw Data: (sheet name)
ACTUAL DATA (sheet name)
my formula before i put it in an array is as follows;
=INDEX('Raw Data'!$A$2:$A$500, SMALL(IF((Day2Date='Raw Data'!$H$2:$H$500), MATCH(ROW('Raw Data'!$H$2:$H$500), ROW('Raw Data'!$H$2:$H$500)), ""),ROWS('Raw Data'!$A$1:A1)))
i'm getting the #NUM! error and can't really see where i went wrong?
TIA
i know this has been done to death, however trying to match multiple results, using a date variable...
Raw Data: (sheet name)
A | B | C | D | E | F | G | H | I |
Customer Number | var1 | Var2 | var3 | Var4 | Var5 | Var6 | Create Date | Var7 |
1 | 1/2/21 | |||||||
2 | 2/2/21 | |||||||
3 | 1/2/21 | |||||||
4 | 2/2/21 | |||||||
5 | 2/3/21 | |||||||
6 | 2/3/21 | |||||||
7 | 1/2/21 | |||||||
8 | 5/2/21 |
ACTUAL DATA (sheet name)
my formula before i put it in an array is as follows;
=INDEX('Raw Data'!$A$2:$A$500, SMALL(IF((Day2Date='Raw Data'!$H$2:$H$500), MATCH(ROW('Raw Data'!$H$2:$H$500), ROW('Raw Data'!$H$2:$H$500)), ""),ROWS('Raw Data'!$A$1:A1)))
i'm getting the #NUM! error and can't really see where i went wrong?
TIA