I am looking to count something specific, using multiple criteria, however I cannot use the COUNTIF function due to the way my workbooks are linked.
The goal is to count how many unique PARTY ID's fall within a given date range. I thought I had this working using the below formula, but it's not getting all the data. My goal is to count how many rooms I have per date range (unique party ID = room)
{=SUM(--(FREQUENCY(IF((criteria1)*(criteria2),values),values)>0))}
The party ID's should line up directly with the dates listed, however I believe the reason it is not capturing the data is because the PARTY IDs start 2 rows higher than my date ranges on sheet 2. I am not able to change how the sheets are laid out to make the PARTY ID start on the same line, but I can't figure out how to get this to calculate correctly. Below are some screen shots of what my data looks like.
Any help would be appreciated!
https://drive.google.com/file/d/1vnl2lH3mv_bZ4k1tTBkILbMdcHa2uwEa/view?usp=sharing
=SUM(--(FREQUENCY(IF((Sheet1!A:A="2019-12-12")*(Sheet1!B:B="2019-12-16"),Sheet2!A:A),Sheet2!A:A)>0))
https://drive.google.com/file/d/15f3YFngmLQY6qnYji3rtpr_wbZ1GzfDT/view?usp=sharing
https://drive.google.com/file/d/1idJh_pk9-DdU_Q2lwsW-TnF5Q-Oay4b-/view?usp=sharing
https://drive.google.com/file/d/1EUM2ZSI1u-CUOABy9RJQI-LPB1JyiCci/view?usp=sharing
The goal is to count how many unique PARTY ID's fall within a given date range. I thought I had this working using the below formula, but it's not getting all the data. My goal is to count how many rooms I have per date range (unique party ID = room)
{=SUM(--(FREQUENCY(IF((criteria1)*(criteria2),values),values)>0))}
The party ID's should line up directly with the dates listed, however I believe the reason it is not capturing the data is because the PARTY IDs start 2 rows higher than my date ranges on sheet 2. I am not able to change how the sheets are laid out to make the PARTY ID start on the same line, but I can't figure out how to get this to calculate correctly. Below are some screen shots of what my data looks like.
Any help would be appreciated!
https://drive.google.com/file/d/1vnl2lH3mv_bZ4k1tTBkILbMdcHa2uwEa/view?usp=sharing
=SUM(--(FREQUENCY(IF((Sheet1!A:A="2019-12-12")*(Sheet1!B:B="2019-12-16"),Sheet2!A:A),Sheet2!A:A)>0))
https://drive.google.com/file/d/15f3YFngmLQY6qnYji3rtpr_wbZ1GzfDT/view?usp=sharing
https://drive.google.com/file/d/1idJh_pk9-DdU_Q2lwsW-TnF5Q-Oay4b-/view?usp=sharing
https://drive.google.com/file/d/1EUM2ZSI1u-CUOABy9RJQI-LPB1JyiCci/view?usp=sharing