#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Weekly Hire

Hi,
Is there a way to calculate an amount continuity (weekly) until an end date
is put in.

The scenario is that i want to see the weekly hire cost of some equipment
however various items come and go on/off hire at different times?



Many Thanks

H

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Weekly Hire

The answer is yes. Can you give us an idea of the data you have, and the outcome
you want.

--
Regards,
Fred


"Humphrey" wrote in message
...
Hi,
Is there a way to calculate an amount continuity (weekly) until an end date
is put in.

The scenario is that i want to see the weekly hire cost of some equipment
however various items come and go on/off hire at different times?



Many Thanks

H



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default Weekly Hire

Hi
I have a large no of items on hire, these vary form week to week, i want to
be able to get accurate weekly costs for the hire of these items. I am
looking for a formula to populate the 'weekly total' column. a formula that
times the number of items by their hire rate from an 'on hire' date. i want
this formula to keep picking up this value until i enterr an 'off hire date'
where by my charges will stop. the columns are weekly ie a start date the +7
days on going. so the range will be ifthe on hire occurs with in the week/or
the off hire to stop the cost.

i hope this helps

H
"Fred Smith" wrote:

The answer is yes. Can you give us an idea of the data you have, and the outcome
you want.

--
Regards,
Fred


"Humphrey" wrote in message
...
Hi,
Is there a way to calculate an amount continuity (weekly) until an end date
is put in.

The scenario is that i want to see the weekly hire cost of some equipment
however various items come and go on/off hire at different times?



Many Thanks

H




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Weekly Hire

It doesn't help very much. Telling us specifically what's in each column, and
the results you want would help more.

Surely the formula for hire costs is:

=WeeklyRate * NumberOfWeeksHired

If you have a start and stop dates, the total cost is:

=(EndDate - StartDate) / 7 * WeeklyRate

If you are saying you don't have an EndDate yet, but still want to know the
costs so far, use something like:

=(if(EndDate=0,Today(),EndDate) - StartDate) / 7 * WeeklyRate


--
Regards,
Fred


"Humphrey" wrote in message
...
Hi
I have a large no of items on hire, these vary form week to week, i want to
be able to get accurate weekly costs for the hire of these items. I am
looking for a formula to populate the 'weekly total' column. a formula that
times the number of items by their hire rate from an 'on hire' date. i want
this formula to keep picking up this value until i enterr an 'off hire date'
where by my charges will stop. the columns are weekly ie a start date the +7
days on going. so the range will be ifthe on hire occurs with in the week/or
the off hire to stop the cost.

i hope this helps

H
"Fred Smith" wrote:

The answer is yes. Can you give us an idea of the data you have, and the
outcome
you want.

--
Regards,
Fred


"Humphrey" wrote in message
...
Hi,
Is there a way to calculate an amount continuity (weekly) until an end date
is put in.

The scenario is that i want to see the weekly hire cost of some equipment
however various items come and go on/off hire at different times?



Many Thanks

H






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
with weekly score sheet how do I column a weekly progressive aver. tom Excel Worksheet Functions 2 September 21st 06 08:13 AM
Hire myself out. robinson10 Excel Discussion (Misc queries) 0 March 3rd 06 02:14 PM
annuity/hire purchase template acm125 Excel Discussion (Misc queries) 0 April 19th 05 05:39 PM
Can I hire someone to fix my spreadsheet? RO Excel Worksheet Functions 1 November 15th 04 11:55 PM
Hire purchase interest Guey Lan Excel Worksheet Functions 1 October 29th 04 09:23 PM


All times are GMT +1. The time now is 08:43 AM.

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

About Us

"It's about Microsoft Excel"