#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default piviot calcualtions

I already use this formula = (C4-B4)*1440 so i am showing minutes

When I pivot the report i get the minutes to show up one time for each
project, (which is what i want for billing)

Because when i pay out, I pay by the units for each project.

What i want to do is pivot the report, show the minutes,
and have the minutes convert to units so it will speed up the billing process
(two columns)
1 min to 7.5 minutes = .5 units - then up to 15 minutes = 1 full unit.

Say i worked 533 minutes on a project
i would like it to show me that i worked 35-1/2 units......

=CEILING(D4*1440/15,0.5) This didn't work...
=CEILING(D12/15,0.5) nor this...
the answer should be 35/1/2 units (9 hours)

but the formula gives me 36, which is more than i can bill for

I really appricate any help.


--
thank you, Lorie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 57
Default piviot calcualtions

Hi Lorie

Try
=FLOOR(D12/15,0.5)

--
Regards
Roger Govier


"Lorie" wrote in message
...
I already use this formula = (C4-B4)*1440 so i am showing minutes

When I pivot the report i get the minutes to show up one time for each
project, (which is what i want for billing)

Because when i pay out, I pay by the units for each project.

What i want to do is pivot the report, show the minutes,
and have the minutes convert to units so it will speed up the billing
process
(two columns)
1 min to 7.5 minutes = .5 units - then up to 15 minutes = 1 full unit.

Say i worked 533 minutes on a project
i would like it to show me that i worked 35-1/2 units......

=CEILING(D4*1440/15,0.5) This didn't work...
=CEILING(D12/15,0.5) nor this...
the answer should be 35/1/2 units (9 hours)

but the formula gives me 36, which is more than i can bill for

I really appricate any help.


--
thank you, Lorie



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
How would you show this in a piviot table? Lorie Excel Discussion (Misc queries) 0 July 1st 07 09:52 PM
Calculations in piviot tables sansimeon Excel Discussion (Misc queries) 3 September 20th 06 10:53 PM
piviot table hshayh0rn Excel Worksheet Functions 1 January 4th 06 01:57 PM
Piviot table help JOn K via OfficeKB.com Excel Discussion (Misc queries) 2 July 29th 05 05:36 PM
Piviot Charts Jesse Charts and Charting in Excel 2 January 9th 05 04:55 PM


All times are GMT +1. The time now is 08:41 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"