itsalllowercase
New Member
- Joined
- Aug 25, 2013
- Messages
- 15
Hey Guys,
I'm working on an Excel project and been pretty unsuccessful. I hope someone can help me.
I have a table with the following values:
[TABLE="width: 500, align: center"]
<TBODY>[TR]
[TD="align: center"]Site[/TD]
[TD="align: center"]Name[/TD]
[TD="align: center"]Status[/TD]
[TD="align: center"]Tenure[/TD]
[TD="align: center"]Department[/TD]
[/TR]
[TR]
[TD="align: center"]Site 1[/TD]
[TD="align: center"]ABC, Joe[/TD]
[TD="align: center"]Trainee[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 1[/TD]
[/TR]
[TR]
[TD="align: center"]Site 1[/TD]
[TD="align: center"]DEF, Jane[/TD]
[TD="align: center"]Regular[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 2[/TD]
[/TR]
[TR]
[TD="align: center"]Site 2[/TD]
[TD="align: center"]GHI, Joe[/TD]
[TD="align: center"]Regular[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 3[/TD]
[/TR]
[TR]
[TD="align: center"]Site 3[/TD]
[TD="align: center"]JKL, Jim[/TD]
[TD="align: center"]Trainee[/TD]
[TD][/TD]
[TD="align: center"]Dep 7[/TD]
[/TR]
</TBODY>[/TABLE]
I need it to:
1) Count all cells with Site 1, Site 2 and Site 3. (This I was able to do with COUNTIF).
2) Count all trainees from Site 1.
3) Count all trainees from Site 1 under Department 1.
Is there an easy way to do this?
Thanks in advance!
I'm working on an Excel project and been pretty unsuccessful. I hope someone can help me.
I have a table with the following values:
[TABLE="width: 500, align: center"]
<TBODY>[TR]
[TD="align: center"]Site[/TD]
[TD="align: center"]Name[/TD]
[TD="align: center"]Status[/TD]
[TD="align: center"]Tenure[/TD]
[TD="align: center"]Department[/TD]
[/TR]
[TR]
[TD="align: center"]Site 1[/TD]
[TD="align: center"]ABC, Joe[/TD]
[TD="align: center"]Trainee[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 1[/TD]
[/TR]
[TR]
[TD="align: center"]Site 1[/TD]
[TD="align: center"]DEF, Jane[/TD]
[TD="align: center"]Regular[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 2[/TD]
[/TR]
[TR]
[TD="align: center"]Site 2[/TD]
[TD="align: center"]GHI, Joe[/TD]
[TD="align: center"]Regular[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Dep 3[/TD]
[/TR]
[TR]
[TD="align: center"]Site 3[/TD]
[TD="align: center"]JKL, Jim[/TD]
[TD="align: center"]Trainee[/TD]
[TD][/TD]
[TD="align: center"]Dep 7[/TD]
[/TR]
</TBODY>[/TABLE]
I need it to:
1) Count all cells with Site 1, Site 2 and Site 3. (This I was able to do with COUNTIF).
2) Count all trainees from Site 1.
3) Count all trainees from Site 1 under Department 1.
Is there an easy way to do this?
Thanks in advance!