![]() |
|
|
|
#1
|
|||
|
|||
|
Back to your original post:
a) identify a starting and ending point.... Excel can find anything it's asked to find if it exists. It's the user that must tell Excel what it's to look for or how to identify whatever it's looking for. That's the part of your problem that's missing. I think your last post says that within each NEWCASE there are audit notes that would "pair up" to give start and end of tasks, but without Excel knowing this, no time taken can be calculated. b) insert a row after the end point..... first you need to solve the identity problem then it's just a matter of .Offset(1, 0).EntireRow.Insert c) calculate the time between start and end point. There is a further problem in that tasks started and completed overnight show as an error.... For cell C13 of your posted sheet the Time Taken =(B12+C12)-(B3+C3) formatted [h]:mm:ss |
|
#2
|
|||
|
|||
|
Quote:
Cheers, re b & c. On point A, I want to use the data in column E, so I'll want to select any two data entries in that column, so for example. Start "NEWCASE" End "Notify Parties Application Received - Early Notification Letters Sent. Move onto Recommended Track" I would assume that info could be changed in the macro, depending what options I selected. How that all ends up in a macro is sadly beyond me though. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Preventing Auto Metadata - Help Needed!
|
samcmakin | Word | 1 | 04-09-2015 11:48 PM |
How to prevent the auto-calculation of the '% Complete' field in MS Project Professional 2013?
|
VivekG1 | Project | 1 | 02-06-2015 05:33 AM |
| 'Monday to Friday' Date calculation help needed | ballst | Word | 10 | 12-16-2014 09:51 AM |
| Macro Needed to bold specific lines and Macro to turn into CSV | anewteacher | Word VBA | 1 | 05-28-2014 03:59 PM |
Macro Needed to Insert Asnwer to A Question in Multiple Choice Format Question
|
rsrasc | Word VBA | 7 | 03-28-2014 12:28 PM |