G
Guest
I track machine problem issues and the time they take on a daily basis.
Usually there are multiples of the same issue in a day. To get around havng
to input the repeating issue and the times seperately, I just put the issue
down once with the total of the issue time and then in a third column the
number of occurences in the total if more than one.
Date: Issue: Minutes: # of Occurences
1/1/07 Xissue 15 3
1/1/07 Yissue 6
1/2/07 Xissue 4
1/2/07 Zissue 22 4
This is a simplified example as the real spreadsheet has additional columns
of data. Because of those other columns and their values in the rows, I
don't want to put a 1 in # of Occurences column when recording a single
instance issue (like Yissue and 1/2 Xissue above). But I want to run a
pivot giving me the sum of an issue's minutes and number of occurences.
Pivot Date
Issue Data 1/1/07-1/2/07
Xissue Sum of Minutes 19
Sum of Occurences 4
Yissue Sum of Minutes 6
Sum of Occurences 1
Zissue Sum of Minutes 22
Sum of Occurences 4
Is there a way to have the blank cells in the Occurences column have an
assigned value of 1? Or am I going to have to input 1.
Thank you
Usually there are multiples of the same issue in a day. To get around havng
to input the repeating issue and the times seperately, I just put the issue
down once with the total of the issue time and then in a third column the
number of occurences in the total if more than one.
Date: Issue: Minutes: # of Occurences
1/1/07 Xissue 15 3
1/1/07 Yissue 6
1/2/07 Xissue 4
1/2/07 Zissue 22 4
This is a simplified example as the real spreadsheet has additional columns
of data. Because of those other columns and their values in the rows, I
don't want to put a 1 in # of Occurences column when recording a single
instance issue (like Yissue and 1/2 Xissue above). But I want to run a
pivot giving me the sum of an issue's minutes and number of occurences.
Pivot Date
Issue Data 1/1/07-1/2/07
Xissue Sum of Minutes 19
Sum of Occurences 4
Yissue Sum of Minutes 6
Sum of Occurences 1
Zissue Sum of Minutes 22
Sum of Occurences 4
Is there a way to have the blank cells in the Occurences column have an
assigned value of 1? Or am I going to have to input 1.
Thank you