Results 1 to 5 of 5

Split date into 3 separate columns

Threaded View

paulr24 Split date into 3 separate... 01-23-2012, 05:36 PM
JieJenn Re: Split date into 3... 01-23-2012, 05:48 PM
cmansocked Re: Split date into 3... 01-23-2012, 05:51 PM
interested Re: Split date into 3... 01-23-2012, 06:11 PM
paulr24 Re: Split date into 3... 01-25-2012, 01:51 PM
  1. #4
    Forum Contributor
    Join Date
    12-20-2011
    Location
    lancashire,England
    MS-Off Ver
    Excel 2013
    Posts
    187

    Re: Split date into 3 separate columns

    You could also use the following method i use, via Vlookup ( see attached) i split the date entered into week number,month and year.insert 3 columns and copy into your sheet with the lookup 1. Manipulate the data as you need. The formula in the sheet is as follows : =IF(A2="","",VLOOKUP(A2,Lookup1!A$3:D$4102,2,FALSE))
    Basically this means lookup a2 (date entered) if it = "0" output nothing, otherwise Vlookup a2 in lookup1 tab in data a3 d4102 and if you find it give the 2nd column result. If you look at the week , month and year you will see it is only the last number that changes.

    you could then use pivot tables to break your data down into weeks months years as i do!

    hope this helps you
    Attached Files Attached Files

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