Extracting information from data in a cell

USAOzi

New Member
Joined
Sep 19, 2012
Messages
10
This is a tricky one and none of the help articles I;ve researched address the problem or provide a solution.

I have a VERY long list of dates in a column.

The dates are entered in Australian format e.g August 31 2017 is entered on the keyboard as 31/8/17 and is then formated to display as 31 Aug 2017.

I wish to sort this column in such a way that all the June 30 (30/6/yy) are grouped together so that I can quickly apply a fill colour to all of them then resort the column to correct ascending date order.

I've tried using the LEFT function but that returns numbers that are not starting with 30 (I understand now, after researching it, that is because of the way Microsoft stores calendar numbers).

So how can I extract 30 Jun from the date stored, say in Column A, into an adjacent column B then sort column B (and adjacent column A) to group all 30 Jun together to fill format the column A (sorted) then resort the now formatted dates in column A in correct ascending date order?

I'd appreciate some help here.

Thanks in advance.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Convert the dates to text using text to columns (text form) , then use the left function to extract 30/6 & then sort.
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,680
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top