Thread
: [Solved]
Parse data in one column to 3 other columns
View Single Post
02-16-2017, 05:37 PM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
Try...
D2 =LEFT(C2,FIND(",",C2)-1)
E2 =MID(C2,FIND(",",C2)+2,LEN(C2))+0
F2 =YEAR(E2)
Note: Format E2 as a date
jeffreybrown
View Public Profile
Find all posts by jeffreybrown