Putting data into calendar format

Ceallach

New Member
Joined
Sep 14, 2019
Messages
20
I have a spreadsheet where a whole team enter data, and it's often not in date order (e.g. Mary enters 15th October, then Sally enters 7th October further down etc).

On a separate sheet I would like to automatically list under each month the dates that have been scheduled, but in date order.

Is there a way to summarise this without running a macro or using a pivot table? It needs to be for managers who aren't excel savvy to get a quick overview.

So basically taking Column B of Sheet 2 (which is a list of random dates) and in Sheet 1 showing all the dates out into the correct month section, in correct order.
 
Last edited:

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Possibly:


Book1
CDEFGHIJKLMN
1JanFebMarAprMayJunJulAugSepOctNovDec
21/5/20193/2/20195/1/201910/1/2019
31/17/2019
4
Sheet1
Cell Formulas
RangeFormula
C2=IFERROR(AGGREGATE(15,6,Sheet2!$B$2:$B$100/((Sheet2!$B$2:$B$100<>"")*(TEXT(Sheet2!$B$2:$B$100,"mmm")=C$1)),ROWS(C$2:C2)),"")


Put the formula in, change the references as needed. Then copy down and to the right as needed.
 
Upvote 0

Forum statistics

Threads
1,214,897
Messages
6,122,141
Members
449,066
Latest member
Andyg666

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