Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a data table containing 52 weeks data on 20 people e.g. number of
holidays taken in a particular week, Income in a particular week. I'm using pivot table to summarise the data and need to use a non standard command to select the last income figure (say week 52) for each of the persons rather than for example Sum of Income. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Assuming you dont want to do this every day... Sort the data by person and amount .. in a helper column use some command like.. =if([name]<[name in cell above],"use","ignore") Then add that column to the PAGE area and fiter out the "ignore" values. There must be a better way :-) regards.. -- steven1001 ------------------------------------------------------------------------ steven1001's Profile: http://www.excelforum.com/member.php...o&userid=30757 View this thread: http://www.excelforum.com/showthread...hreadid=528896 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Steven. There is a better way! I was advised today to cut my losses
and use a second pivot table driven from the same data. On this pivot, I have included 'DATE' on the page and this allows me to select the date on the line that I wish to draw the data from. It works well. "steven1001" wrote: Assuming you dont want to do this every day... Sort the data by person and amount .. in a helper column use some command like.. =if([name]<[name in cell above],"use","ignore") Then add that column to the PAGE area and fiter out the "ignore" values. There must be a better way :-) regards.. -- steven1001 ------------------------------------------------------------------------ steven1001's Profile: http://www.excelforum.com/member.php...o&userid=30757 View this thread: http://www.excelforum.com/showthread...hreadid=528896 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing Data in a Pivot table. More Excel 2003 misery | Excel Worksheet Functions | |||
How do you unlock a pivot table on a protected excel sheet? | Excel Worksheet Functions | |||
get SQL Server text data type into Excel pivot table | Excel Discussion (Misc queries) | |||
Excel Pivot Table Question | Excel Discussion (Misc queries) | |||
Pivot Table Security in Excel | Excel Discussion (Misc queries) |