tourless
Board Regular
- Joined
- Feb 8, 2007
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
Hi Folks.
Working with about 1000 rows of data, I have numeric values in column D not sorted but recurring at random intervals. Column A contains names. Those names can and will be repeated.
I'm looking for a way to say if the cell in column D is equal to 000415 then count the unique text values in column A. I've tried =COUNT('[My File 2022.xlsx]WE 05-28-22'!$D$6:$D$1500,"000415",'[My File 2022.xlsx]WE 05-28-22'!$A$6:$A$1500) and while it doesn't return an error, it also does not return the expected value either. In this instance I know my value should be 31, I'm returned with a value of 1. I also tried COUNTIF but I'm told it's too many parameters for the function.
Can someone help point me in the right direction? I'm not sure what I'm doing wrong.
Working with about 1000 rows of data, I have numeric values in column D not sorted but recurring at random intervals. Column A contains names. Those names can and will be repeated.
I'm looking for a way to say if the cell in column D is equal to 000415 then count the unique text values in column A. I've tried =COUNT('[My File 2022.xlsx]WE 05-28-22'!$D$6:$D$1500,"000415",'[My File 2022.xlsx]WE 05-28-22'!$A$6:$A$1500) and while it doesn't return an error, it also does not return the expected value either. In this instance I know my value should be 31, I'm returned with a value of 1. I also tried COUNTIF but I'm told it's too many parameters for the function.
Can someone help point me in the right direction? I'm not sure what I'm doing wrong.