+ Reply to Thread
Results 1 to 5 of 5

Combine 3 Different Numbered Cells In Row To Create One Number

  1. #1
    Registered User
    Join Date
    06-16-2017
    Location
    Columbia, MO
    MS-Off Ver
    Office 2007
    Posts
    16

    Combine 3 Different Numbered Cells In Row To Create One Number

    I am pulling data from an Aussie weather website that has Julian Dates. In order for me to utilize those dates, I have to convert them to yyyy, mm, dd. Please look at my example below and appreciate the help!
    Attached Files Attached Files
    Last edited by jdrenken7; 08-09-2017 at 08:46 AM.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Combine 3 Different Numbered Cells In Row To Create One Number

    Try

    E2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Combine 3 Different Numbered Cells In Row To Create One Number

    Try
    =A2&TEXT(C2,"00")&TEXT(D2,"00")
    or
    =TEXT(DATE(A2,C2,D2),"YYYY,MM,DD")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Combine 3 Different Numbered Cells In Row To Create One Number

    Or
    =DATE(A2,C2,D2)

    And Custom format yyyy, mm, dd
    Dave

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Combine 3 Different Numbered Cells In Row To Create One Number

    Or another way
    =DATE(A2,1,1)+B2-1

    Do the same Custom format.

+ 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. [SOLVED] Trying to combine cells to create a file name but get error.
    By OmegaSea in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-09-2015, 05:24 PM
  2. Combine cells of portions of a numbered list into a continous numbered list
    By AusTempest in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-17-2014, 01:55 AM
  3. Need a macro to copy 2 cells in an even numbered row to an odd numbered row
    By shadowamc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2014, 11:18 PM
  4. Replies: 4
    Last Post: 10-19-2012, 12:09 PM
  5. How to create a sequentially numbered URL list
    By morph000 in forum Excel General
    Replies: 7
    Last Post: 06-05-2010, 01:49 PM
  6. [SOLVED] how can i create a consecutively numbered form in excel
    By Dan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-03-2006, 11:40 PM
  7. How can I create consecutivlely numbered tickets?
    By wheresleo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-03-2005, 10:06 PM

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