StartingOut
Board Regular
- Joined
- Feb 1, 2011
- Messages
- 92
Hi, I have workbook that has data on my "DailyMUI's" sheet which gets sent to my "Summary" sheet. the data collected is the date which is put in B2, then on my "Summary" sheet I have data that pulls a time stamp from the "DailyMUI's" sheet. On my "Summary" sheet I need to count the number of times an entry in C:C is durring a certain time frame and also check to see if the data for the line item is equal to "Summary" date in cell B2.
So if sheet DailyMUI's colum C:C has a time <17:00 and it also has a date equal to what is in B2 on the Summary sheet then count all of the entries.
The essentialy tells me how many line items where created durring business hours and how many after hours.
=COUNTIF('DailyMUI''s'!C:C,"<17:00",'Summary'!B2)-COUNTIF('DailyMUI''s'!C:C,"<7:00",'Summary'!B2)
So if sheet DailyMUI's colum C:C has a time <17:00 and it also has a date equal to what is in B2 on the Summary sheet then count all of the entries.
The essentialy tells me how many line items where created durring business hours and how many after hours.
=COUNTIF('DailyMUI''s'!C:C,"<17:00",'Summary'!B2)-COUNTIF('DailyMUI''s'!C:C,"<7:00",'Summary'!B2)