Hello forum,
I have been try to extract unique values of account numbers from a large list of varied data based on two dates that will vary depending on the dates on another sheet. I have started by simply trying to extract the account numbers above the first date criteria but have run into a problem I cannot seem to get around, or understand why. The formula I have used is
=IFERROR((INDEX('[Costing Report (FY 2018-2019).xlsx]Year To Date'!$A$2:$A$29,MATCH(0,IF(($B$3>='[Costing Report (FY 2018-2019).xlsx]Year To Date'!$D$2:$D$29),COUNTIF($B$17:B17,'[Costing Report (FY 2018-2019).xlsx]Year To Date'!$A$2:$A$29),""),0))),"")
The list starts with dates from 02 July 2018 and the start criteria date in cell B3 is 01 July 2018. This though returns a blank cell. If I change the start criteria date to 02 July 2018 though is returns what I would expect.
Sorry I haven't attached the file but I don't seem to have permission to do so and being new here am not sure how to get this permission.
Any help to resolve this, and extend the formula so I can calculate between two dates wold be much appreciated.
Thanks
Gareth
I have been try to extract unique values of account numbers from a large list of varied data based on two dates that will vary depending on the dates on another sheet. I have started by simply trying to extract the account numbers above the first date criteria but have run into a problem I cannot seem to get around, or understand why. The formula I have used is
=IFERROR((INDEX('[Costing Report (FY 2018-2019).xlsx]Year To Date'!$A$2:$A$29,MATCH(0,IF(($B$3>='[Costing Report (FY 2018-2019).xlsx]Year To Date'!$D$2:$D$29),COUNTIF($B$17:B17,'[Costing Report (FY 2018-2019).xlsx]Year To Date'!$A$2:$A$29),""),0))),"")
The list starts with dates from 02 July 2018 and the start criteria date in cell B3 is 01 July 2018. This though returns a blank cell. If I change the start criteria date to 02 July 2018 though is returns what I would expect.
Sorry I haven't attached the file but I don't seem to have permission to do so and being new here am not sure how to get this permission.
Any help to resolve this, and extend the formula so I can calculate between two dates wold be much appreciated.
Thanks
Gareth