My apologies if there is something already out there on this but I can't find anything that answers my issue.
I have 2 worksheets. One is a table of data and the other is (will be if i can get this to work!) a sumamry of dashboard of that data. Here's what I want to do:
In my dashboard table, I want to display the number of times that a text value occurs for certain roles to show how many people are at various stages of the recruitment process . Some example data below. So, on the dashboard in B2 the result should say 2. I want it to look up the value in column a, check the data sheet to see where that value exists and then count values "CV Review - HR" and "CV Review - Business".
Any help VERY MUCH appreciated.
Data in sheet 1[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Sarah Green
[/TD]
[TD]Marketing
[/TD]
[TD]CV Review - HR
[/TD]
[/TR]
[TR]
[TD]Mark Jones
[/TD]
[TD]Marketing
[/TD]
[TD]CV Review - Business
[/TD]
[/TR]
[TR]
[TD]Matthew Phillips
[/TD]
[TD]Sales
[/TD]
[TD]1st Interview
[/TD]
[/TR]
[TR]
[TD]Lisa Davies
[/TD]
[TD]Finance
[/TD]
[TD]CV Review - Business
[/TD]
[/TR]
</tbody>[/TABLE]
Dashboard[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Roles (A1)
[/TD]
[TD]CV Screening (B1)
[/TD]
[TD]1st Interview (C1)
[/TD]
[/TR]
[TR]
[TD]Marketing (A2)
[/TD]
[TD]B2
[/TD]
[TD]C2
[/TD]
[/TR]
[TR]
[TD]Sales (A3)
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Finance (A4)
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have 2 worksheets. One is a table of data and the other is (will be if i can get this to work!) a sumamry of dashboard of that data. Here's what I want to do:
In my dashboard table, I want to display the number of times that a text value occurs for certain roles to show how many people are at various stages of the recruitment process . Some example data below. So, on the dashboard in B2 the result should say 2. I want it to look up the value in column a, check the data sheet to see where that value exists and then count values "CV Review - HR" and "CV Review - Business".
Any help VERY MUCH appreciated.
Data in sheet 1[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Sarah Green
[/TD]
[TD]Marketing
[/TD]
[TD]CV Review - HR
[/TD]
[/TR]
[TR]
[TD]Mark Jones
[/TD]
[TD]Marketing
[/TD]
[TD]CV Review - Business
[/TD]
[/TR]
[TR]
[TD]Matthew Phillips
[/TD]
[TD]Sales
[/TD]
[TD]1st Interview
[/TD]
[/TR]
[TR]
[TD]Lisa Davies
[/TD]
[TD]Finance
[/TD]
[TD]CV Review - Business
[/TD]
[/TR]
</tbody>[/TABLE]
Dashboard[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Roles (A1)
[/TD]
[TD]CV Screening (B1)
[/TD]
[TD]1st Interview (C1)
[/TD]
[/TR]
[TR]
[TD]Marketing (A2)
[/TD]
[TD]B2
[/TD]
[TD]C2
[/TD]
[/TR]
[TR]
[TD]Sales (A3)
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Finance (A4)
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]