Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a coloumn with dates in the format dd-mm-yyyy
I neet to make a sub total for each change in month I know it is possible to split the coloumn so I can get the month in a coloumn of its own, but how do I do it |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can do a Data-Text to columns and split on the "-" but would probably be
better to use =MONTH(A1) and copy it down, copy paste special values, then subtotal on this column. -- -John Please rate when your question is answered to help us and others know what is helpful. "Finn" wrote: I have a coloumn with dates in the format dd-mm-yyyy I neet to make a sub total for each change in month I know it is possible to split the coloumn so I can get the month in a coloumn of its own, but how do I do it |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mon, 29 Oct 2007 05:59:03 -0700, Finn
wrote: I have a coloumn with dates in the format dd-mm-yyyy I neet to make a sub total for each change in month I know it is possible to split the coloumn so I can get the month in a coloumn of its own, but how do I do it =month(dt) will give you the month of dt as a number. You could also use a Pivot Table without changing your data table. Data/Pivot Table Drag Dates to the Row area Drag Amounts (or whatever you want to subtotal) to the Data area. Then Right-Click in the date column of the pivot table, select to Group and by Months. Format to taste --ron |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the dates are in there as text, you will be able to use Data | Text to
Column to split ("parse") the data. But if they are real dates, then they are stored as numbers and only displayed with the format so parsing is a no go. To get the month use =MONTH(A1) best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Finn" wrote in message ... I have a coloumn with dates in the format dd-mm-yyyy I neet to make a sub total for each change in month I know it is possible to split the coloumn so I can get the month in a coloumn of its own, but how do I do it |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split one coloumn into 2 in Excel | Excel Discussion (Misc queries) | |||
How to search data in one coloumn | Excel Worksheet Functions | |||
How do i add up every other coloumn in a linked sheet | Excel Worksheet Functions | |||
Replace Null value in Coloumn | Excel Discussion (Misc queries) | |||
about coloumn wide | New Users to Excel |