D
Duncs
I have a spreadsheet of data, that shows:
Action Date
Cash Value 1
Cash Value 2
Valid (Y/N)
Cash Value 3
Cash Value 4
What I want to do is create a PivotTable that will show me:
Action Date, grouped by a week at a time
A Sum of all Cash Value 1's, where the Action Date is not null
A Sum of all Cash Value 2's, where the Action Date is not null
A count of all Valid entries, i.e. where the field contains 'Yes'
A Sum of all Cash Value 3's, where the Valid field if 'Yes'
A Sum of all Cash Value 4's, where the Valid field if 'Yes'
An Average of all Cash Value 4's, where the Valid field if 'Yes'
I can get most of it working, apart from grouping the dates by week
and the average.
Your help is, as always, appreciated.
TIA
Duncs
Action Date
Cash Value 1
Cash Value 2
Valid (Y/N)
Cash Value 3
Cash Value 4
What I want to do is create a PivotTable that will show me:
Action Date, grouped by a week at a time
A Sum of all Cash Value 1's, where the Action Date is not null
A Sum of all Cash Value 2's, where the Action Date is not null
A count of all Valid entries, i.e. where the field contains 'Yes'
A Sum of all Cash Value 3's, where the Valid field if 'Yes'
A Sum of all Cash Value 4's, where the Valid field if 'Yes'
An Average of all Cash Value 4's, where the Valid field if 'Yes'
I can get most of it working, apart from grouping the dates by week
and the average.
Your help is, as always, appreciated.
TIA
Duncs