+ Reply to Thread
Results 1 to 5 of 5

Want to copy time in dot format from one cell to another

Hybrid View

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    68

    Want to copy time in dot format from one cell to another

    Hi All,

    I want to copy time which is present as text format to dot format to another cell.
    Time in C column is needed to be converted to time in F column by putting some formula to c column data . Please find the attached sheet for the same.
    I have a huge amount of data and want the time to convert to a dot format. Please help me as i am a newbie to format conversion in excel.

    Thanks in advance !!!

    Sample.xlsx

    Regards,
    AAK

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: Want to copy time in dot format from one cell to another

    Have you tried using the format painter?
    Cheers!
    Deep Dave

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Want to copy time in dot format from one cell to another

    In F2 Cell

    =IFERROR(SUBSTITUTE(MID(C2,FIND(":",C2)+1,FIND(".",C2)-FIND(":",C2)-1),":","."),"")

    Drag it down....


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    01-16-2014
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    68

    Re: Want to copy time in dot format from one cell to another

    Yes, you are absolutely correct. I works like heaven. Can you please explain me the formula ?

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Want to copy time in dot format from one cell to another

    Multiply the result of the formula given by Sixthsense by 1 to convert the result from a text value to a real number that you can work with easily. Do this by adding *1 to the end of the formula and copy down.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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. Change format of lots of data cell to a time format
    By dazza67 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-24-2013, 03:24 PM
  2. [SOLVED] macro error Copy Time format to other Worksheet and continues copy range
    By feroguz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-25-2012, 01:30 PM
  3. Replies: 1
    Last Post: 04-18-2012, 11:18 AM
  4. Copy n Paste time date/time format
    By jazbath in forum Excel General
    Replies: 5
    Last Post: 10-12-2009, 07:01 PM
  5. Replies: 1
    Last Post: 06-27-2005, 06: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