LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Time Errors


Hello, I was wondering if anyone can help me out. I am creating a for
to help in scheduling staff. Right now my problem is that whenever
enter 1:30am as a time and then copy that cell's contents to anothe
page it copies as 1.5. To keep things simple for the staff it work
like this, I enter everybodys start time and end time on one page, the
on the printable page it checks to see if there is a start time, i
there is it prints [Start time]-[End time].

Here is the equation that I am using, I don't really know that muc
about macros or anything like that so it's fairly complicated.

=IF(MAX(Front!B9)=0,"",IF(Front!B9*24=12,Front!B9 *24-12,Front!B9*24)&"-"&IF(Front!C9*24=12,Front!C9*24-12,Front!C9*24))

So if I enter 10:30am for the start time, and 7:00pm for the end tim
it diplays "10:30-7", but for 5:00pm as the start and 1:30am as the en
it displays "5-1.5"

Any help would be appreciated

Benwi
-----------------------------------------------------------------------
Posted via http://www.mcse.m
-----------------------------------------------------------------------
View this thread: http://www.mcse.ms/message377075.htm

 
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
#N/A errors when matching time values excelent Excel Worksheet Functions 7 July 28th 06 03:35 PM
Run time errors famdamly Excel Discussion (Misc queries) 3 February 22nd 06 08:01 AM
Excel Run Time Errors baileyphil Excel Discussion (Misc queries) 2 July 21st 05 10:22 AM
Avoiding Run-Time errors when sending emails from Excel BruceJ[_2_] Excel Programming 1 November 10th 03 06:27 PM
Run-time errors Tom Lambert Excel Programming 0 July 31st 03 01:36 AM


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