Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hieveryone,
I am an excell novice trying to put together a project calculation sheet. I need to calculate total days between 2 dates excluding each and every friday. (middle east, they like to be different) My dates refer to job start and finish and i need the number of working days to automatically calculate costs on a lower table. I have seen an aray of suggestions but i cant get them to work to suit my requirements. (just calculating 6 out of seven days dosent help as a 3 day job falling over a friday will show a 4 day duration. My dates are input from a Developer tab 'date and time picker' and linked to a normal cell in standard date format. NETWORKINGDAYS as you know calculates with SAT and SUN off. is there any way to add a new formular or modify an existing...??? if not any crack at a solution would be great. all help appreciated. Submitted via EggHeadCafe - Software Developer Portal of Choice Document Compatibility in Internet Explorer 8 http://www.eggheadcafe.com/tutorials...bility-in.aspx |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi everyone,
I am an excell novice trying to put together a project calculation sheet. I need to calculate total days between 2 dates excluding each and every friday. (middle east, they like to be different) My dates refer to job start and finish and i need the number of working days to automatically calculate costs on a lower table. I have seen an aray of suggestions but i cant get them to work to suit my requirements. (just calculating 6 out of seven days dosent help as a 3 day job falling over a friday will show a 4 day duration. My dates are input from a Developer tab 'date and time picker' and linked to a normal cell in standard date format. NETWORKINGDAYS as you know calculates with SAT and SUN off. is there any way to add a new formular or modify an existing...??? if not any crack at a solution would be great. all help appreciated. Dan Johns wrote: 6 Day working week (friday holiday) 09-Jan-10 Hieveryone, I am an excell novice trying to put together a project calculation sheet. I need to calculate total days between 2 dates excluding each and every friday. (middle east, they like to be different) My dates refer to job start and finish and i need the number of working days to automatically calculate costs on a lower table. I have seen an aray of suggestions but i cant get them to work to suit my requirements. (just calculating 6 out of seven days dosent help as a 3 day job falling over a friday will show a 4 day duration. My dates are input from a Developer tab 'date and time picker' and linked to a normal cell in standard date format. NETWORKINGDAYS as you know calculates with SAT and SUN off. is there any way to add a new formular or modify an existing...??? if not any crack at a solution would be great. all help appreciated. Previous Posts In This Thread: Submitted via EggHeadCafe - Software Developer Portal of Choice ASP.NET Excel Workbooks, ADO.NET, Message Queue http://www.eggheadcafe.com/tutorials...workbooks.aspx |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Dan
The following will give you a count of the total number of day that are not Friday, in the range A1:A31. Change ranges to suit =SUMPRODUCT(--(WEEKDAY(A1:A31)<5),--(A1:A31<"")) -- Regards Roger Govier "Dan Johns" wrote in message ... Hi everyone, I am an excell novice trying to put together a project calculation sheet. I need to calculate total days between 2 dates excluding each and every friday. (middle east, they like to be different) My dates refer to job start and finish and i need the number of working days to automatically calculate costs on a lower table. I have seen an aray of suggestions but i cant get them to work to suit my requirements. (just calculating 6 out of seven days dosent help as a 3 day job falling over a friday will show a 4 day duration. My dates are input from a Developer tab 'date and time picker' and linked to a normal cell in standard date format. NETWORKINGDAYS as you know calculates with SAT and SUN off. is there any way to add a new formular or modify an existing...??? if not any crack at a solution would be great. all help appreciated. Dan Johns wrote: 6 Day working week (friday holiday) 09-Jan-10 Hieveryone, I am an excell novice trying to put together a project calculation sheet. I need to calculate total days between 2 dates excluding each and every friday. (middle east, they like to be different) My dates refer to job start and finish and i need the number of working days to automatically calculate costs on a lower table. I have seen an aray of suggestions but i cant get them to work to suit my requirements. (just calculating 6 out of seven days dosent help as a 3 day job falling over a friday will show a 4 day duration. My dates are input from a Developer tab 'date and time picker' and linked to a normal cell in standard date format. NETWORKINGDAYS as you know calculates with SAT and SUN off. is there any way to add a new formular or modify an existing...??? if not any crack at a solution would be great. all help appreciated. Previous Posts In This Thread: Submitted via EggHeadCafe - Software Developer Portal of Choice ASP.NET Excel Workbooks, ADO.NET, Message Queue http://www.eggheadcafe.com/tutorials...workbooks.aspx __________ Information from ESET Smart Security, version of virus signature database 4756 (20100109) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4756 (20100109) __________ The message was checked by ESET Smart Security. http://www.eset.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Friday date of next week.. | Excel Discussion (Misc queries) | |||
Week Ended Friday | Excel Worksheet Functions | |||
Project future date w/ 6 day work week and holiday | Excel Discussion (Misc queries) | |||
Finding Friday in week number | New Users to Excel | |||
Work week holiday for different countries | Charts and Charting in Excel |