+ Reply to Thread
Results 1 to 7 of 7

How to Handle Timing Wise ?

  1. #1
    Registered User
    Join Date
    11-27-2014
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    13

    Exclamation How to Handle Timing Wise ?

    i have 1500 data of different dates with different timings in column A; Based on "timings" need to print the value in Column B. [ For Ex : Printed Value in column B need to be as Phase 1 or Phase 2 or Phase 3 or Phase 4 based on timings.

    Timings are : In between 10:35 to 12:00 ; Phase 1 should print in Column B.

    Timings are : In between 12:01 to 15:10 ; Phase 2 should print in Column B.

    Timings are : In between 15:11 to 16:10 ; Phase 3 should print in Column B.

    Timings are : In between 16:11 to 18:10 ; Phase 4 should print in Column B.

    For example : Data in Column A are listed as below :

    Thu 08/08/2013 10:35

    Fri 09/08/2013 12:01

    Sat 10/08/2013 07:04

    Sun 11/08/2013 13:10

    Thu 12/09/2013 18:15

    Tue 13/08/2013 16:09

    Wed 14/08/2013 16:19

    Sun 15/12/2013 11:04

    Fri 16/08/2013 10:37

  2. #2
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: How to Handle Timing Wise ?

    the attached should work but with a few extra helper columns, you can either hide them or combined them into a long one.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    11-27-2014
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    13

    Re: How to Handle Timing Wise ?

    Dear Alan Y, Thanks for your reply, i have a little doubt if the scenario was like below for phase 1, phase 2 and phase 3, could you please provide solution for the below scenario?, change made in timings of phase 1, phase 2 and phase 3

    Scenario :

    i have 1500 data of different dates with different timings in column A; Based on "timings" need to print the value in Column B. [ For Ex : Printed Value in column B need to be as Phase 1 or Phase 2 or Phase 3 or Phase 4 based on timings.

    Timings are : In between 10:35 to 12:00 ; Phase 1 should print in Column B.

    Timings are : In between 11:49 to 15:10 ; Phase 2 should print in Column B.

    Timings are : In between 14:11 to 16:10 ; Phase 3 should print in Column B.

    Timings are : In between 15:20 to 18:10 ; Phase 4 should print in Column B.

    For example : Data in Column A are listed as below :

    Thu 08/08/2013 10:35

    Fri 09/08/2013 12:01

    Sat 10/08/2013 07:04

    Sun 11/08/2013 13:10

    Thu 12/09/2013 18:15

    Tue 13/08/2013 16:09

    Wed 14/08/2013 16:19

    Sun 15/12/2013 11:04

    Fri 16/08/2013 10:37

  4. #4
    Registered User
    Join Date
    11-27-2014
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    13

    Re: How to Handle Timing Wise ?

    Re: How to Handle Timing Wise ?
    Dear Alan Y, Thanks for your reply, i have a little doubt if the scenario was like below for phase 1, phase 2 and phase 3, could you please provide solution for the below scenario?, change made in timings of phase 2, phase 3 and phase 4

    Scenario :

    i have 1500 data of different dates with different timings in column A; Based on "timings" need to print the value in Column B. [ For Ex : Printed Value in column B need to be as Phase 1 or Phase 2 or Phase 3 or Phase 4 based on timings.

    Timings are : In between 10:35 to 12:00 ; Phase 1 should print in Column B.

    Timings are : In between 11:49 to 15:10 ; Phase 2 should print in Column B.

    Timings are : In between 14:11 to 16:10 ; Phase 3 should print in Column B.

    Timings are : In between 15:20 to 18:10 ; Phase 4 should print in Column B.

    For example : Data in Column A are listed as below :

    Thu 08/08/2013 10:35

    Fri 09/08/2013 12:01

    Sat 10/08/2013 07:04

    Sun 11/08/2013 13:10

    Thu 12/09/2013 18:15

    Tue 13/08/2013 16:09

    Wed 14/08/2013 16:19

    Sun 15/12/2013 11:04

    Fri 16/08/2013 10:37

  5. #5
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: How to Handle Timing Wise ?

    Quote Originally Posted by excelstarter2014 View Post
    Dear Alan Y, Thanks for your reply, i have a little doubt if the scenario was like below for phase 1, phase 2 and phase 3, could you please provide solution for the below scenario?, change made in timings of phase 1, phase 2 and phase 3

    Scenario :

    i have 1500 data of different dates with different timings in column A; Based on "timings" need to print the value in Column B. [ For Ex : Printed Value in column B need to be as Phase 1 or Phase 2 or Phase 3 or Phase 4 based on timings.

    Timings are : In between 10:35 to 12:00 ; Phase 1 should print in Column B.

    Timings are : In between 11:49 to 15:10 ; Phase 2 should print in Column B.

    Timings are : In between 14:11 to 16:10 ; Phase 3 should print in Column B.

    Timings are : In between 15:20 to 18:10 ; Phase 4 should print in Column B.

    For example : Data in Column A are listed as below :

    Thu 08/08/2013 10:35

    Fri 09/08/2013 12:01

    Sat 10/08/2013 07:04

    Sun 11/08/2013 13:10

    Thu 12/09/2013 18:15

    Tue 13/08/2013 16:09

    Wed 14/08/2013 16:19

    Sun 15/12/2013 11:04

    Fri 16/08/2013 10:37
    i see you have time overlapped. so which phase should that be for 15:00, say?

  6. #6
    Registered User
    Join Date
    11-27-2014
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    13

    Re: How to Handle Timing Wise ?

    yeh time overlapped; if the student came to my school in the below timings ; phase need to print accordingly;

    Student Visiting to the the Class if Timings : In between 10:35 to 12:00 ; Phase 1 should print in Column B.

    Student Visiting to the the Class if Timings : In between 11:49 to 15:10 ; Phase 2 should print in Column B.

    Student Visiting to the the Class if Timings : In between 14:11 to 16:10 ; Phase 3 should print in Column B.

    Student Visiting to the the Class if Timings : In between 15:20 to 18:10 ; Phase 4 should print in Column B.

  7. #7
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: How to Handle Timing Wise ?

    that should work
    Attached Files Attached Files
    Last edited by AlanY; 11-27-2014 at 07:51 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. vba code for automating branch wise day wise amount to summary file
    By pranithpm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2014, 04:18 AM
  2. sum by month wise and staff wise horizontal and vertical
    By cjjimmy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-27-2014, 04:07 AM
  3. Excel code to represent data from row wise to column wise
    By sreejeshc in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-12-2013, 03:45 AM
  4. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  5. Delete row wise duplicates & colomun wise simultaneously excel
    By Dipankar in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-06-2005, 09:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1