#1   Report Post  
Mark T
 
Posts: n/a
Default Time Analysis

I want to give a value of 1 for emails that are received before 6:00 AM or
after 7:30 PM. The email data was copied from Outlook and pasted into Excel
which have the Sender, Subject, Date, and Time in seperate columns. How do I
analyze time data?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

To give a value of 1 for each entry (assume Time in column D):

=--OR(D1<TIME(6,0,0), D1TIME(19,30,0))

and copy down. To get just a total:

=SUMPRODUCT((rng<TIME(6,0,0))+(rngTIME(19,30,0)))



In article ,
Mark T <Mark wrote:

I want to give a value of 1 for emails that are received before 6:00 AM or
after 7:30 PM. The email data was copied from Outlook and pasted into Excel
which have the Sender, Subject, Date, and Time in seperate columns. How do I
analyze time data?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
entering numbers to display a time format Ian Williams/Eazygig Excel Discussion (Misc queries) 1 January 10th 05 11:57 AM
Help - Information with time and date PM Excel Discussion (Misc queries) 4 January 6th 05 08:25 AM
Combined date time cell to separate date & time components Mark Ada Excel Discussion (Misc queries) 1 December 2nd 04 12:07 AM
Combined date time cell to separate date & time components Mark Ada Excel Discussion (Misc queries) 1 December 2nd 04 12:07 AM
time formatting and time categorizing (vlookup or data validation) MarianneR Excel Worksheet Functions 4 November 18th 04 03:24 PM


All times are GMT +1. The time now is 01:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"