Cantrecallmyusername
Board Regular
- Joined
- May 24, 2021
- Messages
- 50
- Office Version
- 365
- Platform
- Windows
Hi there,
I have some data which I want to count unique values based on the values in a specific column and it meets 2 other criteria.
The high level is that I want to count how many unique terms are in my raw data tab if they are marked approved in a column and belong to a dept.
Status can be approved or Under Review and I have these in cellsT1 and T2 on my Stats Tab
The dept names are listed in cells B4:BB10 on the stats tab
I have tried the following formula but needs the second criteria passed into also (the dept names) using Ctrl + Shift
Any help would be greatly appreciated.
I have some data which I want to count unique values based on the values in a specific column and it meets 2 other criteria.
The high level is that I want to count how many unique terms are in my raw data tab if they are marked approved in a column and belong to a dept.
- Term is in Column A on Raw Data Tab
- Status is column B on Raw Data Tab
- Dept is in column S on Raw Data Tab
Status can be approved or Under Review and I have these in cellsT1 and T2 on my Stats Tab
The dept names are listed in cells B4:BB10 on the stats tab
I have tried the following formula but needs the second criteria passed into also (the dept names) using Ctrl + Shift
Excel Formula:
=SUM(IF(T1='Raw Data'!B:B, 1/(COUNTIFS('Raw Data'!B:B, T1, 'Raw Data'!A:A,'Raw Data'!A:A)), 0))
Any help would be greatly appreciated.