excel - Pivot Table sorting woes -


full picture able solve big picture more efficiently. have mapping table of departments/people need update weekly, pulled cube excel document.

simply pulling current list isn't enough, need write information next new entries. date entries added not part of source data, have calculated measure producing "start date" column, can't figure out how sort date without grouping first column in pivot (driving me nuts) making easy identify new entries @ bottom.

example of looks in pivot delimited -
business - sales - (01-01-2017)
consumer - sales - (01-01-2016)
consumer - sales - (02-01-2017)

seeing can't order calculated measure (seems excel problem, yeah, i've tried custom sort , manually nominating column) think need reference entire column values in next column allow me sort date, seems possible basic values, not while considers column calculated measure.

is there way can use =indirect("rc[-1]",0) check if previous column empty, if isn't, display value, copy formula next cell down? idea being able sort off resulting values..

long way go it.. if has better way i'm eyes.

i'm trying both sort list newest versions @ bottom & automate formula's column adapt list's length.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -