Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to create a calculated field dividing the sum of one field by the
number of days in the month prior to the date in one of the data fields. Mon PT 2/4/2008 26 I have tried =Sum(pt)/EOMonth(Mon,-1) and =Sum(pt)int(EOMonth(Mon,-1)) with no results. Is there a solution out there? Thanks in advance -- Jeff C Live Well .. Be Happy In All You Do |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=PT/DAY(DATE(YEAR(Mon),MONTH(Mon),1)-1) Jeff C wrote: I need to create a calculated field dividing the sum of one field by the number of days in the month prior to the date in one of the data fields. Mon PT 2/4/2008 26 I have tried =Sum(pt)/EOMonth(Mon,-1) and =Sum(pt)int(EOMonth(Mon,-1)) with no results. Is there a solution out there? Thanks in advance -- Debra Dalgleish Contextures www.contextures.com/tiptech.html Blog: http://blog.contextures.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculated Fields and Pivot Tables | Excel Worksheet Functions | |||
Pivot Tables - how do I add in calculated fields? | Excel Worksheet Functions | |||
Calculated Fields in Pivot Tables | Excel Worksheet Functions | |||
Calculated fields-Pivot tables | Excel Worksheet Functions | |||
Pivot Tables, calculated fields | Excel Discussion (Misc queries) |