Hi, I have a some data and just wanted to know the syntax of operation in order to extract a partial name search together with dates. On the attached below, I have done a count on =COUNTIFS(Date Range),">="&(Start Date),(Date Range),"<="&(End Date), First Name Range, "*"&First Name Extract"*".
I then am using the formula, =IF(ROWS(F5:F5)>Count, "", INDEX(DATE RANGE(AGGREGATE(15,6,(ROW(DATE RANGE)-ROW(A2)+1)/ISNUMBER(SEARCH(FIRST NAME RANGE,F2)+(DATE RANGE>=G2)+(DATE RANGE<=H2),ROWS(F5:F5)). When I put this formula in, I get a VALUE error.
Would anyone be able to assist to correct. I have attached.
Thanks
Nick
Nick
I then am using the formula, =IF(ROWS(F5:F5)>Count, "", INDEX(DATE RANGE(AGGREGATE(15,6,(ROW(DATE RANGE)-ROW(A2)+1)/ISNUMBER(SEARCH(FIRST NAME RANGE,F2)+(DATE RANGE>=G2)+(DATE RANGE<=H2),ROWS(F5:F5)). When I put this formula in, I get a VALUE error.
Would anyone be able to assist to correct. I have attached.
Date | First Name | Group |
01/07/2024 | Nick | A |
08/07/2024 | Dave | B |
15/07/2024 | Helen | C |
22/07/2024 | Paul | A |
29/07/2024 | Tom | B |
05/08/2024 | James | C |
12/08/2024 | Alex | B |
19/08/2024 | Carolyn | A |
26/08/2024 | Nick | C |
02/09/2024 | Alex | A |
09/09/2024 | James | B |
16/09/2024 | Helen | C |
23/09/2024 | Tom | A |
30/09/2024 | Paul | B |
First Name | Start Date | End Date | Count |
Ni | 01/07/2024 | 26/08/2024 | 2 |
Date | First Name | Group |
#VALUE! | ||
Thanks
Nick
Nick