J
JeffK
I've spent an hour now pulling my hair out on what I think should have
a simple solution...
I have one column of dates and times, another of numerical values.
I've created a pivot table, grouped by year, month, and day, with the
average of the value calculated for each day. I need to get this data
out of the pivot table and into regular cells for another program,
with one column of dates and a second of values averaged by day.
The problem is that the Pivot Table only seems to store the dates as
text, with the year and month values only appearing once. I.e., the
first row of my PT has 2001 in the left most column, "April" in the
second column, "17-Apr" in the third column, and the averaged data in
the fourth column. The second row has "18-Apr" in the 3rd column and
the averaged data in the fourth column, and so on.
What I (think I) need is to either combine year-month-day into a
single column in the PT (while still averaging all the values for a
single day), or, repeat the year and month on every single line so I
can copy and paste and use the date() function to recreate that
field.
Seems like a simple problem but hard to explain. I greatly appreciate
any input - a long time searching online offered no help.
Thanks,
Jeff
a simple solution...
I have one column of dates and times, another of numerical values.
I've created a pivot table, grouped by year, month, and day, with the
average of the value calculated for each day. I need to get this data
out of the pivot table and into regular cells for another program,
with one column of dates and a second of values averaged by day.
The problem is that the Pivot Table only seems to store the dates as
text, with the year and month values only appearing once. I.e., the
first row of my PT has 2001 in the left most column, "April" in the
second column, "17-Apr" in the third column, and the averaged data in
the fourth column. The second row has "18-Apr" in the 3rd column and
the averaged data in the fourth column, and so on.
What I (think I) need is to either combine year-month-day into a
single column in the PT (while still averaging all the values for a
single day), or, repeat the year and month on every single line so I
can copy and paste and use the date() function to recreate that
field.
Seems like a simple problem but hard to explain. I greatly appreciate
any input - a long time searching online offered no help.
Thanks,
Jeff