Hi all,
I need to filter extra content in "column A" just show the Month and Year on "column B"
I try to use the stupid method to filter out the month first but not work.
B2 =MID(A2,FIND("jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec",A2)+0,3)
A...