Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JN
 
Posts: n/a
Default Formula to spread number across

Hi,

I want to set up a formula which divides the remaining dollars left by
remaining workdays left for a period specified. If the date goes over
12/31/05, I want it to stop calculate.

For example, the remaining dollar is 30,000. The period is 03/01/05 to
01/01/06.

Thanks!
  #2   Report Post  
JMB
 
Posts: n/a
Default

A
1 3/1/05
2 1/1/06
3 30000

=A3/(NETWORKDAYS(A1,MIN(A2,DATEVALUE("12/31/05"))))

Note Networkdays has an optional array argument to include state,federal,and
floating holidays,if you want these excluded.



"JN" wrote:

Hi,

I want to set up a formula which divides the remaining dollars left by
remaining workdays left for a period specified. If the date goes over
12/31/05, I want it to stop calculate.

For example, the remaining dollar is 30,000. The period is 03/01/05 to
01/01/06.

Thanks!

  #3   Report Post  
JN
 
Posts: n/a
Default

Thanks. Can you tell me what the second part of the formula does - MIN and
Datevalue? This will allow me to change the formula in the future. Thanx.

"JMB" wrote:

A
1 3/1/05
2 1/1/06
3 30000

=A3/(NETWORKDAYS(A1,MIN(A2,DATEVALUE("12/31/05"))))

Note Networkdays has an optional array argument to include state,federal,and
floating holidays,if you want these excluded.



"JN" wrote:

Hi,

I want to set up a formula which divides the remaining dollars left by
remaining workdays left for a period specified. If the date goes over
12/31/05, I want it to stop calculate.

For example, the remaining dollar is 30,000. The period is 03/01/05 to
01/01/06.

Thanks!

  #4   Report Post  
JN
 
Posts: n/a
Default

Please disregard my other response. The formula works well. Thanx!

"JMB" wrote:

A
1 3/1/05
2 1/1/06
3 30000

=A3/(NETWORKDAYS(A1,MIN(A2,DATEVALUE("12/31/05"))))

Note Networkdays has an optional array argument to include state,federal,and
floating holidays,if you want these excluded.



"JN" wrote:

Hi,

I want to set up a formula which divides the remaining dollars left by
remaining workdays left for a period specified. If the date goes over
12/31/05, I want it to stop calculate.

For example, the remaining dollar is 30,000. The period is 03/01/05 to
01/01/06.

Thanks!

  #5   Report Post  
JMB
 
Posts: n/a
Default

you're welcome!

"JN" wrote:

Please disregard my other response. The formula works well. Thanx!

"JMB" wrote:

A
1 3/1/05
2 1/1/06
3 30000

=A3/(NETWORKDAYS(A1,MIN(A2,DATEVALUE("12/31/05"))))

Note Networkdays has an optional array argument to include state,federal,and
floating holidays,if you want these excluded.



"JN" wrote:

Hi,

I want to set up a formula which divides the remaining dollars left by
remaining workdays left for a period specified. If the date goes over
12/31/05, I want it to stop calculate.

For example, the remaining dollar is 30,000. The period is 03/01/05 to
01/01/06.

Thanks!

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
Identify if Cell is Formula or written number Claes G Excel Worksheet Functions 13 December 5th 07 05:01 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
How do I enter formula using % > or < = number? Candace Excel Worksheet Functions 3 May 1st 05 06:41 AM
Is it possible to change the "result of a formula" to a "number? Renee R. Excel Discussion (Misc queries) 1 February 8th 05 02:36 PM
Is it possible to change the "result of a formula" to a "number? Renee R. Excel Discussion (Misc queries) 0 February 8th 05 02:27 PM


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