+ Reply to Thread
Results 1 to 5 of 5

combing multiple cell data into one cell (show string of data in one cell)

  1. #1
    Registered User
    Join Date
    05-12-2013
    Location
    Encino, CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    combing multiple cell data into one cell (show string of data in one cell)

    Hi all. New to the forum. I did a quick search and although I'm sure this question has been answered at some point in time, it wasn't in the top results that showed up.

    Anyway, I have a column of hours and another column of minutes. It's and complicated story as to how the data ended up getting represented this way instead of hours and minutes together in the first place.

    So I want another column that shows the hours and minutes together so that I can use that data to calculate dates progressed from the progression of time. (The times are all in ascending order).

    - DB

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: combing multiple cell data into one cell (show string of data in one cell)

    hi DB, welcome to the forum. depends on what your data in column A & B are showing. is it:
    a) 2:00 and 0:34 or;
    b) 2 and 34

    for a), just:
    =A1+B1

    for b), try:
    =TIME(A1,B1,)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    05-12-2013
    Location
    Encino, CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: combing multiple cell data into one cell (show string of data in one cell)

    Thanks a lot.

    Now to add to that.

    If another cell had the date and I wanted to combine the date with the time into one cell?

  4. #4
    Registered User
    Join Date
    05-12-2013
    Location
    Encino, CA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: combing multiple cell data into one cell (show string of data in one cell)

    Quote Originally Posted by benishiryo View Post
    hi DB, welcome to the forum. depends on what your data in column A & B are showing. is it:
    a) 2:00 and 0:34 or;
    b) 2 and 34

    for a), just:
    =A1+B1

    for b), try:
    =TIME(A1,B1,)
    Thanks a lot.

    Now to add to that.

    If another cell had the date and I wanted to combine the date with the time into one cell?

  5. #5
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: combing multiple cell data into one cell (show string of data in one cell)

    you're welcome. Don't quote whole posts -- it's just clutter. If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding.

    Excel recognises dates as integers & time as decimals. to verify, type in 1jan2013 in A1. and 12 pm in B1. Format both cells to General. you will see that A1 is 41275 (meaning 41,275th day from 1 Jan 1900) & B1 is 0.5 (1/2 a day).*so you can simply add them together. If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
    Thanks.

+ 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.6.0 RC 1