PC Review


Reply
Thread Tools Rate Thread

Formula does not work but why?

 
 
DannyJ
Guest
Posts: n/a
 
      18th Jul 2005
=IF(August2005!I18>=TIME(15,,),E18=TIME(15,,),E18=August2005!I18)

This formula is part of a timesheet. 15 hours of overtime are allowed to be
carried over from one month into the next as time of in lieu.

This formula should be in English;- If the previous month has overtime
greater than or equal to 15 hours, then register 15 hours of carried over
time in cell E18, otherwise enter the actual amount of overtime in cell E18.

What happened was it returned the wrong values until I increased the
iteration....now it returns a value of "False". It should return the
overtime carried over from the previous month in hours and minutes.

Any ideas why?

Many many thanks for your help. My apologies that I will not thank you
later....my outlook express is behaving very strangely & reply group does
not work.

Danny


 
Reply With Quote
 
 
 
 
Trevor Shuttleworth
Guest
Posts: n/a
 
      18th Jul 2005
Danny

assuming that you are actually putting this formula in cell E18, try:

=IF(August2005!I18>=TIME(15,,),TIME(15,,),August2005!I18)

Regards

Trevor


"DannyJ" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> =IF(August2005!I18>=TIME(15,,),E18=TIME(15,,),E18=August2005!I18)
>
> This formula is part of a timesheet. 15 hours of overtime are allowed to
> be
> carried over from one month into the next as time of in lieu.
>
> This formula should be in English;- If the previous month has overtime
> greater than or equal to 15 hours, then register 15 hours of carried over
> time in cell E18, otherwise enter the actual amount of overtime in cell
> E18.
>
> What happened was it returned the wrong values until I increased the
> iteration....now it returns a value of "False". It should return the
> overtime carried over from the previous month in hours and minutes.
>
> Any ideas why?
>
> Many many thanks for your help. My apologies that I will not thank you
> later....my outlook express is behaving very strangely & reply group does
> not work.
>
> Danny
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula to work in a 3-d reference with 2 work books capt c Microsoft Excel Worksheet Functions 1 8th Apr 2009 09:04 PM
Sorting the cells of a formula causes the formula to not work Jake Microsoft Excel Worksheet Functions 3 31st Jan 2009 05:42 AM
A search for $ in a formula use to work now it does not work =?Utf-8?B?SnVuZUp1bHk=?= Microsoft Excel Misc 2 30th Nov 2005 11:13 PM
Can a formula work on another cells formula? whagopian Microsoft Excel Misc 1 5th Nov 2004 12:12 AM
extract a foldername with a formula-update formula does not work solo_razor Microsoft Excel Programming 2 30th Oct 2003 04:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:18 PM.