Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / September 2007

Tip: Looking for answers? Try searching our database.

Summing up times by key words in diff column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lsililai - 14 Sep 2007 07:24 GMT
I have 3 columns: Date|Time|Activity.

26-Oct-06    13:20    Sanity Testing on File Maintenance.
    14:00    Stopped.
    14:15    Resume Sanity Testing.
    15:00    Stopped.

I want to calculate timing per date based on Activity "STOPPED". Say every
date, if last column=STOP, total time in minutes should be calculated
accordingly in that row across.

Actually, I want to automate a manual log spread sheet
Max - 14 Sep 2007 08:30 GMT
Presuming the activity duration to be calculated is based on the times shown
on the rows with "stopped" less the times in the immediate rows above,
perhaps this might suffice ..

Place in D2:
=IF(B2="","",IF(ISNUMBER(SEARCH("stopped",C2)),B2-B1,""))
Format D2 as time, copy down.
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> I have 3 columns: Date|Time|Activity.
>
[quoted text clipped - 8 lines]
>
> Actually, I want to automate a manual log spread sheet
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.