Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ciccia
 
Posts: n/a
Default How do I calculate work days?

I have the formula:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,""))

I tired to do:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Workday('Video
Games'!L2,(Week1-'Video Games'!L2)),""))

The valus returs "#Name?"

Appreciate any help:)


  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

Do you have the Add in Analysis Toolpack loaded?

If not ToolsAdd-Ins and select Analysis Toolpack

--
Regards
Roger Govier
"ciccia" wrote in message
...
I have the formula:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,""))

I tired to do:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Workday('Video
Games'!L2,(Week1-'Video Games'!L2)),""))

The valus returs "#Name?"

Appreciate any help:)




  #3   Report Post  
ciccia
 
Posts: n/a
Default

I used "ToolsAdd-Ins and select Analysis Toolpack" and see nothing ( I
never use it before)

Dah! I change Workday to WORKDAY and it works.
However, the number is incoorect such as "38544" present as "23" days:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,WORKDAY('Video
Games'!L2,Week1-'Video Games'!L2),""))

What is that number? How do I change it to the correct Work days?

"Roger Govier" wrote:

Do you have the Add in Analysis Toolpack loaded?

If not ToolsAdd-Ins and select Analysis Toolpack

--
Regards
Roger Govier
"ciccia" wrote in message
...
I have the formula:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,""))

I tired to do:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Workday('Video
Games'!L2,(Week1-'Video Games'!L2)),""))

The valus returs "#Name?"

Appreciate any help:)





  #4   Report Post  
Roger Govier
 
Posts: n/a
Default

38544 is the way that Excel stores its dates. It is 11 Jul 2005.
To "correct" it what you neeed it FormatCellsDate or Custom and choose
the date format you prefer.
The value will remain as 38544 but the presentation will be a date format.

--
Regards
Roger Govier
"ciccia" wrote in message
...
I used "ToolsAdd-Ins and select Analysis Toolpack" and see nothing ( I
never use it before)

Dah! I change Workday to WORKDAY and it works.
However, the number is incoorect such as "38544" present as "23" days:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,WORKDAY('Video
Games'!L2,Week1-'Video Games'!L2),""))

What is that number? How do I change it to the correct Work days?

"Roger Govier" wrote:

Do you have the Add in Analysis Toolpack loaded?

If not ToolsAdd-Ins and select Analysis Toolpack

--
Regards
Roger Govier
"ciccia" wrote in message
...
I have the formula:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,""))

I tired to do:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Workday('Video
Games'!L2,(Week1-'Video Games'!L2)),""))

The valus returs "#Name?"

Appreciate any help:)







  #5   Report Post  
ciccia
 
Posts: n/a
Default

Thanks, Roger,

I finally use NETWOKRDAY. Appreciate

"Roger Govier" wrote:

38544 is the way that Excel stores its dates. It is 11 Jul 2005.
To "correct" it what you neeed it FormatCellsDate or Custom and choose
the date format you prefer.
The value will remain as 38544 but the presentation will be a date format.

--
Regards
Roger Govier
"ciccia" wrote in message
...
I used "ToolsAdd-Ins and select Analysis Toolpack" and see nothing ( I
never use it before)

Dah! I change Workday to WORKDAY and it works.
However, the number is incoorect such as "38544" present as "23" days:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,WORKDAY('Video
Games'!L2,Week1-'Video Games'!L2),""))

What is that number? How do I change it to the correct Work days?

"Roger Govier" wrote:

Do you have the Add in Analysis Toolpack loaded?

If not ToolsAdd-Ins and select Analysis Toolpack

--
Regards
Roger Govier
"ciccia" wrote in message
...
I have the formula:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,""))

I tired to do:
=IF(ISERROR(IF('Video Games'!L2ActivationDate,Week1-'Video
Games'!L2,"")),"",IF('Video Games'!L2ActivationDate,Workday('Video
Games'!L2,(Week1-'Video Games'!L2)),""))

The valus returs "#Name?"

Appreciate any help:)










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
DOnt calculate leap year kckar Excel Worksheet Functions 8 July 19th 05 02:02 PM
Calculate running target by days in the month Robert Excel Worksheet Functions 2 July 4th 05 06:14 AM
how do we calculate T-bill Price in 365 days year. ASHAR ZUKA FAROOQI Excel Worksheet Functions 3 May 18th 05 03:08 PM
Calculate work hours between two dates trixiebme Excel Worksheet Functions 1 January 12th 05 07:37 PM
How do I use the IF function to calculate date Pulling My Hair Out! Excel Discussion (Misc queries) 1 December 10th 04 11:03 PM


All times are GMT +1. The time now is 05:20 PM.

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"