Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default working with dates

Good afternoon
i am really need your help. i have got invoices here to work with and i need
to find out how it was calculated.
company charges me £70p/w hire from 01/01/06 to 31/01/06 and amount is
£303.33. how would i set formula to calculate how many days are in a sertain
period of time and how many days if week is not complete?
Thank you very much
Svetlana
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default working with dates

To calculate the number of days between two periods, use the DATEDIF
function. See here for more info: http://www.cpearson.com/excel/datedif.htm

Dave
--
Brevity is the soul of wit.


"Svetlana" wrote:

Good afternoon
i am really need your help. i have got invoices here to work with and i need
to find out how it was calculated.
company charges me £70p/w hire from 01/01/06 to 31/01/06 and amount is
£303.33. how would i set formula to calculate how many days are in a sertain
period of time and how many days if week is not complete?
Thank you very much
Svetlana

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default working with dates

Hi Svetlana

I think you might be better off working in days, rather than trying to
calculate weeks and days and then using fractions of weeks.

To calculate the interval between 2 date, take the earliest date away
from the latest date and add 1 (if you want to include the whole of the
start date and the whole of the end date)

With start date in A1, End Date in B1 enter in C1
=B1-A1+1 which would give 31 days

If they are charging £70 per week, it sounds as though they are basing
it on a 7 day week at £10 per day.
In which case, they charged you for 30.33 days out of the 31 days in the
period concerned.

If the basis of charging is Working days (5?) then if you have the
Analysis Toolpak loaded
ToolsAddinstick Analysis Toolpak
Then you can use the NETWORKDAYS() function. In this case you need to
use the startdate first, THEN the end date.
=(Startdate,Enddate,Holidays)
=NETWORKDAYS(A1,B1,holidays) where holidays is a named range containing
the list of public holidays
or
=NETWORKDAYS(A1,B1,$C$1:$C$9) where $C$1:$C$9 is the range of cells
where you have entered public holidays.

Note you don't have to include holidays in the formula at all if you
don't want to.


--
Regards

Roger Govier


"Svetlana" wrote in message
...
Good afternoon
i am really need your help. i have got invoices here to work with and
i need
to find out how it was calculated.
company charges me £70p/w hire from 01/01/06 to 31/01/06 and amount is
£303.33. how would i set formula to calculate how many days are in a
sertain
period of time and how many days if week is not complete?
Thank you very much
Svetlana



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
Format text 'dates' to real dates Jacy Excel Worksheet Functions 4 July 24th 06 02:10 AM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 03:54 PM
VLOOKUP & Dates: Why is this Formula working? Ali Excel Worksheet Functions 1 January 18th 06 01:37 PM
Is there a way to calculate business working days between dates i. hjyoungii Excel Worksheet Functions 2 February 23rd 05 04:25 PM
Formating Dates for production schedule dpl7579 Excel Discussion (Misc queries) 1 January 11th 05 08:43 PM


All times are GMT +1. The time now is 06:07 AM.

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"