Measure for Counting active days from 3 different Tables

Mavericks334

Active Member
Joined
Jan 26, 2011
Messages
280
Hi,
I have 3 tables, which has a column name completed date. From these 3 tables i need to get the no of active days or no of working days of each person. The dates could be repeated in mutliple times in each table based on the tasks the person is performing. Below are the column heading of each of these tables.

SharePoint Data:
[TABLE="width: 532"]
<COLGROUP><COL style="WIDTH: 92pt; mso-width-source: userset; mso-width-alt: 4461" width=122><COL style="WIDTH: 96pt; mso-width-source: userset; mso-width-alt: 4681" width=128><COL style="WIDTH: 54pt; mso-width-source: userset; mso-width-alt: 2633" width=72><COL style="WIDTH: 85pt; mso-width-source: userset; mso-width-alt: 4132" span=2 width=113><COL style="WIDTH: 58pt; mso-width-source: userset; mso-width-alt: 2816" width=77><COL style="WIDTH: 62pt; mso-width-source: userset; mso-width-alt: 2998" width=82><TBODY>[TR]
[TD="class: xl116, width: 122, bgcolor: #8db4e2"]Completed Date[/TD]
[TD="class: xl115, width: 128, bgcolor: #8db4e2"]Recon Category[/TD]
[TD="class: xl115, width: 72, bgcolor: #8db4e2"]Frequency[/TD]
[TD="class: xl115, width: 113, bgcolor: #8db4e2"]Fund Complexity[/TD]
[TD="class: xl115, width: 113, bgcolor: #8db4e2"]Centralized Complexity[/TD]
[TD="class: xl115, width: 77, bgcolor: #8db4e2"]Preparer ID[/TD]
[TD="class: xl115, width: 82, bgcolor: #8db4e2"]Reviewer ID[/TD]
[/TR]
</TBODY>[/TABLE]

Manually Tracked Data:
[TABLE="width: 532"]
<COLGROUP><COL style="WIDTH: 92pt; mso-width-source: userset; mso-width-alt: 4461" width=122><COL style="WIDTH: 96pt; mso-width-source: userset; mso-width-alt: 4681" width=128><COL style="WIDTH: 54pt; mso-width-source: userset; mso-width-alt: 2633" width=72><COL style="WIDTH: 85pt; mso-width-source: userset; mso-width-alt: 4132" span=2 width=113><COL style="WIDTH: 58pt; mso-width-source: userset; mso-width-alt: 2816" width=77><COL style="WIDTH: 62pt; mso-width-source: userset; mso-width-alt: 2998" width=82><TBODY>[TR]
[TD="class: xl116, width: 122, bgcolor: #8db4e2"]Completed Date[/TD]
[TD="class: xl115, width: 128, bgcolor: #8db4e2"]Recon Category[/TD]
[TD="class: xl115, width: 72, bgcolor: #8db4e2"]Frequency[/TD]
[TD="class: xl115, width: 113, bgcolor: #8db4e2"]Fund Complexity[/TD]
[TD="class: xl115, width: 113, bgcolor: #8db4e2"]Centralized Complexity[/TD]
[TD="class: xl115, width: 77, bgcolor: #8db4e2"]Preparer ID[/TD]
[TD="class: xl115, width: 82, bgcolor: #8db4e2"]Reviewer ID[/TD]
[/TR]
</TBODY>[/TABLE]


In these two table the persons id could be either in the preparer id field or reviewer id field, it has to check to both these columns.

Project Data.
[TABLE="width: 387"]
<COLGROUP><COL style="WIDTH: 82pt; mso-width-source: userset; mso-width-alt: 3986" width=109><COL style="WIDTH: 144pt; mso-width-source: userset; mso-width-alt: 7021" width=192><COL style="WIDTH: 103pt; mso-width-source: userset; mso-width-alt: 5010" width=137><COL style="WIDTH: 58pt; mso-width-source: userset; mso-width-alt: 2816" width=77><TBODY>[TR]
[TD="class: xl117, width: 109, bgcolor: #8db4e2"]Completed Date[/TD]
[TD="class: xl118, width: 192, bgcolor: #8db4e2"]Type[/TD]
[TD="class: xl117, width: 137, bgcolor: #8db4e2"]Time Spent (in mins)[/TD]
[TD="class: xl118, width: 77, bgcolor: #8db4e2"]Preparer ID[/TD]
[/TR]
</TBODY>[/TABLE]

The measure should be able to check each of these columns and give the no of working days.

Regards,
Ren.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,223,938
Messages
6,175,528
Members
452,651
Latest member
wordsearch

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top