#1   Report Post  
Gerry Bennett
 
Posts: n/a
Default Pivot Table

The problem I have is that I have a worksheet with data as time, formatted
as m:ss.00 were 00 is hundredths of a second. I have noticed that the cell
shows the correct time say 1:34.96 but the formula bar shows it as rounded
up 1:35 this is also carried to the pivot table. so my data for printing is
wrong. Has anyone got an idea how I can over come this problem. thanks Gerry


  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

It depends what you need to do with the time in the pivot table, but
perhaps you could convert the time to text in the source data table. For
example, with times in column B, use the following formula:

=TEXT(B2,"mm:ss.00")

Then, add that field to the pivot table.

Gerry Bennett wrote:
The problem I have is that I have a worksheet with data as time, formatted
as m:ss.00 were 00 is hundredths of a second. I have noticed that the cell
shows the correct time say 1:34.96 but the formula bar shows it as rounded
up 1:35 this is also carried to the pivot table. so my data for printing is
wrong. Has anyone got an idea how I can over come this problem. thanks Gerry




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Gerry Bennett
 
Posts: n/a
Default

Thanks Debra I did try what you suggested in the source data but the pivot
table still did not show the correct time it would only display zero. What I
hope to acheve is that my data holds information such as Swimmers name, date
of birth, swimming stroke and personal best time in that stroke. I have
added filters so you can pull up data for one individule and amend or
display. there are approx 600 rows, I then what to be able to print all or
some of the data so that is why I was using a piviot table. I can get the
information to display in the pivot table except that hundreths of a second
do not show and the time is ether rounded up or down, in the pivot table.
Can you suggest any other way of printing or diplaying this.
"Debra Dalgleish" wrote in message
...
It depends what you need to do with the time in the pivot table, but
perhaps you could convert the time to text in the source data table. For
example, with times in column B, use the following formula:

=TEXT(B2,"mm:ss.00")

Then, add that field to the pivot table.

Gerry Bennett wrote:
The problem I have is that I have a worksheet with data as time,
formatted as m:ss.00 were 00 is hundredths of a second. I have noticed
that the cell shows the correct time say 1:34.96 but the formula bar
shows it as rounded up 1:35 this is also carried to the pivot table. so
my data for printing is wrong. Has anyone got an idea how I can over come
this problem. thanks Gerry



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Since you need the time in the Data area, my suggestion to convert it to
text won't help. The following worked for me:

Change the formula to: =B2
Select the column, and choose FormatCells
On the Number tab, select General, click OK
Add this field to the pivot table
In the Pivot table, format the field with the custom number format of
mm:ss.00

Gerry Bennett wrote:
Thanks Debra I did try what you suggested in the source data but the pivot
table still did not show the correct time it would only display zero. What I
hope to acheve is that my data holds information such as Swimmers name, date
of birth, swimming stroke and personal best time in that stroke. I have
added filters so you can pull up data for one individule and amend or
display. there are approx 600 rows, I then what to be able to print all or
some of the data so that is why I was using a piviot table. I can get the
information to display in the pivot table except that hundreths of a second
do not show and the time is ether rounded up or down, in the pivot table.
Can you suggest any other way of printing or diplaying this.
"Debra Dalgleish" wrote in message
...

It depends what you need to do with the time in the pivot table, but
perhaps you could convert the time to text in the source data table. For
example, with times in column B, use the following formula:

=TEXT(B2,"mm:ss.00")

Then, add that field to the pivot table.

Gerry Bennett wrote:

The problem I have is that I have a worksheet with data as time,
formatted as m:ss.00 were 00 is hundredths of a second. I have noticed
that the cell shows the correct time say 1:34.96 but the formula bar
shows it as rounded up 1:35 this is also carried to the pivot table. so
my data for printing is wrong. Has anyone got an idea how I can over come
this problem. thanks Gerry



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #5   Report Post  
Gerry Bennett
 
Posts: n/a
Default

Debra thanks for the info that has worked. I have spent weeks trying to sort
it Thanks
"Debra Dalgleish" wrote in message
...
Since you need the time in the Data area, my suggestion to convert it to
text won't help. The following worked for me:

Change the formula to: =B2
Select the column, and choose FormatCells
On the Number tab, select General, click OK
Add this field to the pivot table
In the Pivot table, format the field with the custom number format of
mm:ss.00

Gerry Bennett wrote:
Thanks Debra I did try what you suggested in the source data but the
pivot table still did not show the correct time it would only display
zero. What I hope to acheve is that my data holds information such as
Swimmers name, date of birth, swimming stroke and personal best time in
that stroke. I have added filters so you can pull up data for one
individule and amend or display. there are approx 600 rows, I then what
to be able to print all or some of the data so that is why I was using a
piviot table. I can get the information to display in the pivot table
except that hundreths of a second do not show and the time is ether
rounded up or down, in the pivot table. Can you suggest any other way of
printing or diplaying this.
"Debra Dalgleish" wrote in message
...

It depends what you need to do with the time in the pivot table, but
perhaps you could convert the time to text in the source data table. For
example, with times in column B, use the following formula:

=TEXT(B2,"mm:ss.00")

Then, add that field to the pivot table.

Gerry Bennett wrote:

The problem I have is that I have a worksheet with data as time,
formatted as m:ss.00 were 00 is hundredths of a second. I have noticed
that the cell shows the correct time say 1:34.96 but the formula bar
shows it as rounded up 1:35 this is also carried to the pivot table. so
my data for printing is wrong. Has anyone got an idea how I can over
come this problem. thanks Gerry


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





  #6   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You're welcome! I'm glad it worked for you.

Gerry Bennett wrote:
Debra thanks for the info that has worked. I have spent weeks trying to sort
it Thanks
"Debra Dalgleish" wrote in message
...

Since you need the time in the Data area, my suggestion to convert it to
text won't help. The following worked for me:

Change the formula to: =B2
Select the column, and choose FormatCells
On the Number tab, select General, click OK
Add this field to the pivot table
In the Pivot table, format the field with the custom number format of
mm:ss.00

Gerry Bennett wrote:

Thanks Debra I did try what you suggested in the source data but the
pivot table still did not show the correct time it would only display
zero. What I hope to acheve is that my data holds information such as
Swimmers name, date of birth, swimming stroke and personal best time in
that stroke. I have added filters so you can pull up data for one
individule and amend or display. there are approx 600 rows, I then what
to be able to print all or some of the data so that is why I was using a
piviot table. I can get the information to display in the pivot table
except that hundreths of a second do not show and the time is ether
rounded up or down, in the pivot table. Can you suggest any other way of
printing or diplaying this.
"Debra Dalgleish" wrote in message
...


It depends what you need to do with the time in the pivot table, but
perhaps you could convert the time to text in the source data table. For
example, with times in column B, use the following formula:

=TEXT(B2,"mm:ss.00")

Then, add that field to the pivot table.

Gerry Bennett wrote:


The problem I have is that I have a worksheet with data as time,
formatted as m:ss.00 were 00 is hundredths of a second. I have noticed
that the cell shows the correct time say 1:34.96 but the formula bar
shows it as rounded up 1:35 this is also carried to the pivot table. so
my data for printing is wrong. Has anyone got an idea how I can over
come this problem. thanks Gerry



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using a Pivot Table Calculated Field to get a Unique Count Mike Struckman Excel Worksheet Functions 1 November 22nd 05 05:32 PM
pivot table YingRui Oliviero Excel Discussion (Misc queries) 1 April 12th 05 12:57 PM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM
pivot table yllee70 Excel Worksheet Functions 1 February 21st 05 10:49 PM
Problem with Pivot Table Drop-Down Menus Mac Excel Worksheet Functions 4 November 7th 04 01:18 PM


All times are GMT +1. The time now is 04:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"