complicated calculation in my pivot table

T

Todd F.

I have this wonderful calculation I was shown that converts days , hrs,
minutes in decicmal form to ddd:hh:mm for example:

1.25 days = 1:06:00
0.125 days = 0:03:00
40.625 days = 40:15:00 - note must be able to go up to 3 or 4 hundred days

The formula I am using ( with help) is: ( assume "A1" is the value)

=INT(A1)&":"&TEXT(A1,"hh:mm)

so I tried to put this into my pivot by replacing the A1 but no luck

I need to apply this calc to an average , a min, and a max pivot summary
field.

Any thoughts - I am open to any suggestions ifd I am approaching not the
best way.

The goals is to get a pivot with ddd:hh:mm not 1.something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top