LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
Ronco
 
Posts: n/a
Default Multiplication problem- Please Help!

Try using Excel formula: =networkdays(start date,end date). You can even
exclude holidays using this formula. First, though, you have to go to Tools,
Add-Ins... and select the Analysis ToolPak. Takes about two seconds to do.
The Analysis ToolPak give you a choice of lots more formulas.

"millzenator" wrote:


Well, I need more help on these sheets. I've made two attachments (I
wish I could figure out how to imbed an image directly into the message
here...)

On sheet 1, this is the code to figure the required date for a cycle
time. This is from column F-

=IF(C3=0,"",C3+(D3/E3))


This is the code from column G, that tells me how many days between C
and F-

=IF(F3=0,"",IF(C3=0,"",(IF(ISERROR((F3-C3)*24),"",(F3-C3)*24)/24)))

I need the formula to exclude Saturdays and Sundays. Is this possible?
If possible, it would be great to have it display " x days x hours"
instead of "5.8" days.

On sheet 3, I am using the same code-

=IF(D3=0,"",IF(C3=0,"",(IF(ISERROR((D3-C3)*24),"",(D3-C3)*24)/24)))

...to tell me how many elapsed days between C and D, and still need the
same fix, as above.

Please help!


+-------------------------------------------------------------------+
|Filename: sheet3.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=4700 |
+-------------------------------------------------------------------+

--
millzenator
------------------------------------------------------------------------
millzenator's Profile: http://www.excelforum.com/member.php...o&userid=28042
View this thread: http://www.excelforum.com/showthread...hreadid=475490


 
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
Excel Display Problem Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 0 April 19th 05 05:25 PM
EXCEL 2003 PROBLEM Amandle Excel Worksheet Functions 4 April 1st 05 02:25 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM
Row Autofit problem Excel 2003 Matthias Klaey Excel Discussion (Misc queries) 0 January 19th 05 05:33 PM
Paper Tray selection Problem, Michael Hoffmann Excel Discussion (Misc queries) 4 December 3rd 04 09:08 PM


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