+ Reply to Thread
Results 1 to 11 of 11

Thread: Need help adding :

  1. #1
    DaveB
    Guest

    RE: Need help adding :

    Assume your values start in A1, put this formula in B1:

    =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))

    Note: This assumes every entry is 4 digits long though, is this the case for
    all the entries?

    --
    Regards,

    Dave


    "Mark" wrote:

    > I need some help, desperately. I was sent a spreadsheet with several
    > thousand entries, and all of the dates reported as (example) 1015. Is there
    > a function that I can go into the next column and say " take value in A1 and
    > move over two places, add a ":", in theory converting them to a proper format
    > for time. Any help would be greatly appreciated.


  2. #2
    Mark
    Guest

    RE: Need help adding :

    Yes they are 4 digit. Thank you VERY much.

    "DaveB" wrote:

    > Assume your values start in A1, put this formula in B1:
    >
    > =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))
    >
    > Note: This assumes every entry is 4 digits long though, is this the case for
    > all the entries?
    >
    > --
    > Regards,
    >
    > Dave
    >
    >
    > "Mark" wrote:
    >
    > > I need some help, desperately. I was sent a spreadsheet with several
    > > thousand entries, and all of the dates reported as (example) 1015. Is there
    > > a function that I can go into the next column and say " take value in A1 and
    > > move over two places, add a ":", in theory converting them to a proper format
    > > for time. Any help would be greatly appreciated.


  3. #3
    DaveB
    Guest

    RE: Need help adding :

    Assume your values start in A1, put this formula in B1:

    =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))

    Note: This assumes every entry is 4 digits long though, is this the case for
    all the entries?

    --
    Regards,

    Dave


    "Mark" wrote:

    > I need some help, desperately. I was sent a spreadsheet with several
    > thousand entries, and all of the dates reported as (example) 1015. Is there
    > a function that I can go into the next column and say " take value in A1 and
    > move over two places, add a ":", in theory converting them to a proper format
    > for time. Any help would be greatly appreciated.


  4. #4
    Mark
    Guest

    RE: Need help adding :

    Yes they are 4 digit. Thank you VERY much.

    "DaveB" wrote:

    > Assume your values start in A1, put this formula in B1:
    >
    > =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))
    >
    > Note: This assumes every entry is 4 digits long though, is this the case for
    > all the entries?
    >
    > --
    > Regards,
    >
    > Dave
    >
    >
    > "Mark" wrote:
    >
    > > I need some help, desperately. I was sent a spreadsheet with several
    > > thousand entries, and all of the dates reported as (example) 1015. Is there
    > > a function that I can go into the next column and say " take value in A1 and
    > > move over two places, add a ":", in theory converting them to a proper format
    > > for time. Any help would be greatly appreciated.


  5. #5
    DaveB
    Guest

    RE: Need help adding :

    Assume your values start in A1, put this formula in B1:

    =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))

    Note: This assumes every entry is 4 digits long though, is this the case for
    all the entries?

    --
    Regards,

    Dave


    "Mark" wrote:

    > I need some help, desperately. I was sent a spreadsheet with several
    > thousand entries, and all of the dates reported as (example) 1015. Is there
    > a function that I can go into the next column and say " take value in A1 and
    > move over two places, add a ":", in theory converting them to a proper format
    > for time. Any help would be greatly appreciated.


  6. #6
    Mark
    Guest

    RE: Need help adding :

    Yes they are 4 digit. Thank you VERY much.

    "DaveB" wrote:

    > Assume your values start in A1, put this formula in B1:
    >
    > =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))
    >
    > Note: This assumes every entry is 4 digits long though, is this the case for
    > all the entries?
    >
    > --
    > Regards,
    >
    > Dave
    >
    >
    > "Mark" wrote:
    >
    > > I need some help, desperately. I was sent a spreadsheet with several
    > > thousand entries, and all of the dates reported as (example) 1015. Is there
    > > a function that I can go into the next column and say " take value in A1 and
    > > move over two places, add a ":", in theory converting them to a proper format
    > > for time. Any help would be greatly appreciated.


  7. #7
    DaveB
    Guest

    RE: Need help adding :

    Assume your values start in A1, put this formula in B1:

    =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))

    Note: This assumes every entry is 4 digits long though, is this the case for
    all the entries?

    --
    Regards,

    Dave


    "Mark" wrote:

    > I need some help, desperately. I was sent a spreadsheet with several
    > thousand entries, and all of the dates reported as (example) 1015. Is there
    > a function that I can go into the next column and say " take value in A1 and
    > move over two places, add a ":", in theory converting them to a proper format
    > for time. Any help would be greatly appreciated.


  8. #8
    Mark
    Guest

    RE: Need help adding :

    Yes they are 4 digit. Thank you VERY much.

    "DaveB" wrote:

    > Assume your values start in A1, put this formula in B1:
    >
    > =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))
    >
    > Note: This assumes every entry is 4 digits long though, is this the case for
    > all the entries?
    >
    > --
    > Regards,
    >
    > Dave
    >
    >
    > "Mark" wrote:
    >
    > > I need some help, desperately. I was sent a spreadsheet with several
    > > thousand entries, and all of the dates reported as (example) 1015. Is there
    > > a function that I can go into the next column and say " take value in A1 and
    > > move over two places, add a ":", in theory converting them to a proper format
    > > for time. Any help would be greatly appreciated.


  9. #9
    Mark
    Guest

    Need help adding :

    I need some help, desperately. I was sent a spreadsheet with several
    thousand entries, and all of the dates reported as (example) 1015. Is there
    a function that I can go into the next column and say " take value in A1 and
    move over two places, add a ":", in theory converting them to a proper format
    for time. Any help would be greatly appreciated.

  10. #10
    DaveB
    Guest

    RE: Need help adding :

    Assume your values start in A1, put this formula in B1:

    =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))

    Note: This assumes every entry is 4 digits long though, is this the case for
    all the entries?

    --
    Regards,

    Dave


    "Mark" wrote:

    > I need some help, desperately. I was sent a spreadsheet with several
    > thousand entries, and all of the dates reported as (example) 1015. Is there
    > a function that I can go into the next column and say " take value in A1 and
    > move over two places, add a ":", in theory converting them to a proper format
    > for time. Any help would be greatly appreciated.


  11. #11
    Mark
    Guest

    RE: Need help adding :

    Yes they are 4 digit. Thank you VERY much.

    "DaveB" wrote:

    > Assume your values start in A1, put this formula in B1:
    >
    > =CONCATENATE(LEFT(A1,2),":",RIGHT(A1,2))
    >
    > Note: This assumes every entry is 4 digits long though, is this the case for
    > all the entries?
    >
    > --
    > Regards,
    >
    > Dave
    >
    >
    > "Mark" wrote:
    >
    > > I need some help, desperately. I was sent a spreadsheet with several
    > > thousand entries, and all of the dates reported as (example) 1015. Is there
    > > a function that I can go into the next column and say " take value in A1 and
    > > move over two places, add a ":", in theory converting them to a proper format
    > > for time. Any help would be greatly appreciated.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0