View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mtatlow@gmail.com is offline
external usenet poster
 
Posts: 3
Default Sorting Columns with a Formula

Hello,

I need to sort columns using a formula, the data is listing in columns
as follows

Column A Column B Column C Column D
Column E
12/31/2010 12/31/2011 12/31/2011 3/31/2011 3/30/2012


I would like a formula that would sort the columns


Column A Column B Column C Column D
Column E
12/31/2010 12/31/2011 3/31/2011 12/31/2012 3/31/2012

Is this possible?

Thanks