• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Calculating the time in minutes using criteria Stage

Status
Not open for further replies.

AmitSingh

Member
Hi All,
I am new to this programming world of VBA and need help on below requirement. Not able to under stand from where to start.
Please find the requirement details:-
1. The source of data is file name "SourceData.xlsx" of sheet name Data. Done some calculation also, extracted the Priority level from column (G) SLA Definition into
column (H) Priority Level by using Mid function. Also extracted the time difference on the basis of Stage level and then calculated the time in minutes by this
formula (=I2*1440) which gives me output in minutes. Criteria I used below:-
Criteria:- 1) If stage (Col F) is Cancelled : look for start time (col B) and Stop time (Col E) as end time.
2) If stage (Col F) is Paused: look for Start time (Col B) and pause time (Col D) as end time.
3) If stage (Col F) is completed : look for Start time (Col B) and Resolved (Col C) as end time
2. Target file name is "Final Data.xlsx" of sheet name "Data Output".
3. I have attached the sample output file SampleFinaloutput.xlsx" of sheet name Final Output.

I will be thankful to you if help me out.
 

Attachments

  • Final Data.xlsx
    15.9 KB · Views: 0
  • SampleFinaloutput.xlsx
    53.1 KB · Views: 0
  • SourceData.xlsx
    71.6 KB · Views: 0
AmitSingh
Why did You duplicate with Your previous thread?
You always could add more details ... information to that.
This is thread closed and continue with Your original.
 
Status
Not open for further replies.
Back
Top