Cell #1: 07/23/2012 - 09:08
Cell #2: Formula to only show 07 (Character 2 of Cell #1)
Cell #3: Formula to show only 2012 (Characters 7-10 of Cell #1)
Cell #1: 07/23/2012 - 09:08
Cell #2: Formula to only show 07 (Character 2 of Cell #1)
Cell #3: Formula to show only 2012 (Characters 7-10 of Cell #1)
Last edited by jonvanwyk; 07-23-2012 at 11:29 AM.
You can use MID function to get a fixed number of characters from another cell, so with data in A1 you can get the first 2 characters with
=MID(A1,1,2)
and characters 7 to 10 with
=MID(A1,7,4)
it's also possible to use LEFT function for the first one........
Audere est facere
Since this is a date, you can also use:
Cell #2: =MONTH(Cell #1)
Cell #3: =YEAR(Cell #1)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks