SanFelippo
Board Regular
- Joined
- Apr 4, 2017
- Messages
- 124
Hello,
So this is a bit difficult to explain, but I am going to do my best. I have 12 tabs for each month of the year (Jan, Feb, Mar, Apr, etc.), and then I have one more tab titled "Monthly Errors."
On the "Monthly Errors" tab, I have a column for each month starting in Column B. I then have in Column A the list of errors that could have occurred. I have an example of what one of the month tabs (i.e. Jan) looks like and what the "Monthly Errors" tab looks like at the bottom of this post. (We will use the "Jan" tab as the example in this, because all the month tabs are set up the exact same way).
How I need it to work:On the Jan tab, under the error column, there is going to be a drop down that will contain the following (The bolded text is the overall classification which you will find on the "Monthly Errors" Tab, while the items below each bolded text is what is in the drop down):
Ethn (App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 5
[/TD]
[/TR]
[TR]
[TD]
Ethnicity of Applicant: Other
Ethn (Co-App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Ethnicity of Co-Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: Other
[/TD]
[/TR]
</tbody>[/TABLE]
Race (App)
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 364"]
<tbody>[TR]
[TD]Race of Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Amer. Indian/Principal Tribe
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Asian
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Pacific Islander
[/TD]
[/TR]
</tbody>[/TABLE]
Race (Co-App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Race of Co-Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Amer. Indian/Principal Tribe
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Asian
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Pacific Islander
[/TD]
[/TR]
</tbody>[/TABLE]
On the Jan tab, someone is going to type in the ID number into Column C of the application they are documenting an error for, and then they are going to choose whatever error they found from the list I have provided above. This means that an application ID can appear more than once on the Jan tab, as multiple errors could have been found with it (Reference the examples I provided below to get an idea of what I am talking about).
(Using Jan for our example) I need a formula on the "Monthly Errors" Tab that will search column B on the Jan tab and come up with a count of how many errors occurred. The tricky part is this (and it's easiest to use an example to explain), if one ID number has 3 errors for lets say, Ethnicity of Applicant: 2, Ethnicity of Applicant: 3, Ethnicity of Applicant: 4, then on the "Monthly Errors" tab, under Ethn (App) for Jan, that would only count as 1 in the overall count of how many applications had an Ethn (App) error.
See the example below for a clear picture of how I need it to work. Can anyone help me out?
"Jan" Tab
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]Error
[/TD]
[TD]ID Number
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 3
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 4
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 1
[/TD]
[TD]7777
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 2
[/TD]
[TD]7777
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 1
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Amer. Indian/Principal Tribe
[/TD]
[TD]9999
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Asian
[/TD]
[TD]9999
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Pacific Islander
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 5
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 1
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 2
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, on the "Monthly Errors" tab, the counts would be this:
"Monthly Errors" Tab
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[TD]I
[/TD]
[TD]J
[/TD]
[TD]K
[/TD]
[TD]L
[/TD]
[TD]M
[/TD]
[/TR]
[TR]
[TD]Error
[/TD]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[TD]Mar
[/TD]
[TD]Apr
[/TD]
[TD]May
[/TD]
[TD]Jun
[/TD]
[TD]Jul
[/TD]
[TD]Aug
[/TD]
[TD]Sep
[/TD]
[TD]Oct
[/TD]
[TD]Nov
[/TD]
[TD]Dec
[/TD]
[/TR]
[TR]
[TD]Ethn (App)
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ethn (Co-App)
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Race (App)
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Race (Co-App)
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So this is a bit difficult to explain, but I am going to do my best. I have 12 tabs for each month of the year (Jan, Feb, Mar, Apr, etc.), and then I have one more tab titled "Monthly Errors."
On the "Monthly Errors" tab, I have a column for each month starting in Column B. I then have in Column A the list of errors that could have occurred. I have an example of what one of the month tabs (i.e. Jan) looks like and what the "Monthly Errors" tab looks like at the bottom of this post. (We will use the "Jan" tab as the example in this, because all the month tabs are set up the exact same way).
How I need it to work:On the Jan tab, under the error column, there is going to be a drop down that will contain the following (The bolded text is the overall classification which you will find on the "Monthly Errors" Tab, while the items below each bolded text is what is in the drop down):
Ethn (App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 5
[/TD]
[/TR]
[TR]
[TD]
Ethnicity of Applicant: Other
Ethn (Co-App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Ethnicity of Co-Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: Other
[/TD]
[/TR]
</tbody>[/TABLE]
Race (App)
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 364"]
<tbody>[TR]
[TD]Race of Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Amer. Indian/Principal Tribe
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Asian
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Pacific Islander
[/TD]
[/TR]
</tbody>[/TABLE]
Race (Co-App)
[TABLE="width: 364"]
<tbody>[TR]
[TD]Race of Co-Applicant: 1
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 2
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 3
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 4
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 5
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Amer. Indian/Principal Tribe
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Asian
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Pacific Islander
[/TD]
[/TR]
</tbody>[/TABLE]
On the Jan tab, someone is going to type in the ID number into Column C of the application they are documenting an error for, and then they are going to choose whatever error they found from the list I have provided above. This means that an application ID can appear more than once on the Jan tab, as multiple errors could have been found with it (Reference the examples I provided below to get an idea of what I am talking about).
(Using Jan for our example) I need a formula on the "Monthly Errors" Tab that will search column B on the Jan tab and come up with a count of how many errors occurred. The tricky part is this (and it's easiest to use an example to explain), if one ID number has 3 errors for lets say, Ethnicity of Applicant: 2, Ethnicity of Applicant: 3, Ethnicity of Applicant: 4, then on the "Monthly Errors" tab, under Ethn (App) for Jan, that would only count as 1 in the overall count of how many applications had an Ethn (App) error.
See the example below for a clear picture of how I need it to work. Can anyone help me out?
"Jan" Tab
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]Error
[/TD]
[TD]ID Number
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 3
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 4
[/TD]
[TD]6666
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 1
[/TD]
[TD]7777
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 2
[/TD]
[TD]7777
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: 1
[/TD]
[TD]8888
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Amer. Indian/Principal Tribe
[/TD]
[TD]9999
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: Other Asian
[/TD]
[TD]9999
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 1
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Applicant: 2
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Race of Co-Applicant: Other Pacific Islander
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Race of Applicant: 5
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 1
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD]Ethnicity of Co-Applicant: 2
[/TD]
[TD]1010
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, on the "Monthly Errors" tab, the counts would be this:
"Monthly Errors" Tab
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[TD]I
[/TD]
[TD]J
[/TD]
[TD]K
[/TD]
[TD]L
[/TD]
[TD]M
[/TD]
[/TR]
[TR]
[TD]Error
[/TD]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[TD]Mar
[/TD]
[TD]Apr
[/TD]
[TD]May
[/TD]
[TD]Jun
[/TD]
[TD]Jul
[/TD]
[TD]Aug
[/TD]
[TD]Sep
[/TD]
[TD]Oct
[/TD]
[TD]Nov
[/TD]
[TD]Dec
[/TD]
[/TR]
[TR]
[TD]Ethn (App)
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ethn (Co-App)
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Race (App)
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Race (Co-App)
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]