Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
LostNFound
 
Posts: n/a
Default If Functions for Lates

I want the formula to look in column A and if there is a 1 and column C is
greater than 15 minutes above column B I want it to return a "yes".. But if
Column A is not a 1 then I want to use 30 minutes as the standard. and
perform the same function. If the time in C is less than the 30 or 15 minutes
then I want it to return a "No"

I am trying to track the delivery times wether they were Late or Not and the
first stop we have a fifteen minute window while all others are 30 minutes
and early is not a problem.

Thanks To all who can contribute
  #2   Report Post  
JulieD
 
Posts: n/a
Default

hi

you could use a formula like
=IF(AND(A1=1,C1-B115/1440),"yes",IF(C1-B115/1440,"yes","no"))

Cheers
JulieD


"LostNFound" wrote in message
...
I want the formula to look in column A and if there is a 1 and column C is
greater than 15 minutes above column B I want it to return a "yes".. But
if
Column A is not a 1 then I want to use 30 minutes as the standard. and
perform the same function. If the time in C is less than the 30 or 15
minutes
then I want it to return a "No"

I am trying to track the delivery times wether they were Late or Not and
the
first stop we have a fifteen minute window while all others are 30 minutes
and early is not a problem.

Thanks To all who can contribute



  #3   Report Post  
LostNFound
 
Posts: n/a
Default

Awesome!! I Love It
Thank You
Very Quick
I need your E-mail addy (Ha Ha)
Thank You

"JulieD" wrote:

hi

you could use a formula like
=IF(AND(A1=1,C1-B115/1440),"yes",IF(C1-B115/1440,"yes","no"))

Cheers
JulieD


"LostNFound" wrote in message
...
I want the formula to look in column A and if there is a 1 and column C is
greater than 15 minutes above column B I want it to return a "yes".. But
if
Column A is not a 1 then I want to use 30 minutes as the standard. and
perform the same function. If the time in C is less than the 30 or 15
minutes
then I want it to return a "No"

I am trying to track the delivery times wether they were Late or Not and
the
first stop we have a fifteen minute window while all others are 30 minutes
and early is not a problem.

Thanks To all who can contribute




  #4   Report Post  
JulieD
 
Posts: n/a
Default

Hi

you're welcome .. thanks for the feedback, but JE's formula is much "neater"
than mine so you might like to give that one a go too / instead

Cheers
JulieD
PS my email address shouldn't be that hard to figure out :)

"LostNFound" wrote in message
...
Awesome!! I Love It
Thank You
Very Quick
I need your E-mail addy (Ha Ha)
Thank You

"JulieD" wrote:

hi

you could use a formula like
=IF(AND(A1=1,C1-B115/1440),"yes",IF(C1-B115/1440,"yes","no"))

Cheers
JulieD


"LostNFound" wrote in message
...
I want the formula to look in column A and if there is a 1 and column C
is
greater than 15 minutes above column B I want it to return a "yes"..
But
if
Column A is not a 1 then I want to use 30 minutes as the standard. and
perform the same function. If the time in C is less than the 30 or 15
minutes
then I want it to return a "No"

I am trying to track the delivery times wether they were Late or Not
and
the
first stop we have a fifteen minute window while all others are 30
minutes
and early is not a problem.

Thanks To all who can contribute






  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(C1(2-(A1=1))*TIME(0,15,0),"yes","no")

In article ,
"LostNFound" wrote:

I want the formula to look in column A and if there is a 1 and column C is
greater than 15 minutes above column B I want it to return a "yes".. But if
Column A is not a 1 then I want to use 30 minutes as the standard. and
perform the same function. If the time in C is less than the 30 or 15 minutes
then I want it to return a "No"

I am trying to track the delivery times wether they were Late or Not and the
first stop we have a fifteen minute window while all others are 30 minutes
and early is not a problem.



  #6   Report Post  
IlanR
 
Posts: n/a
Default

Enlighten me please, how your formula uses the data in Col B
Thanks
Ilan

  #7   Report Post  
JE McGimpsey
 
Posts: n/a
Default

I apparently misinterpreted "above column B" to mean the location where
the formula was to be entered.

If you have two times, say, a start time in B1 and an end time in C1,
then use

=IF((C1-B1)(2-(A1=1))*TIME(0,15,0),"yes","no")

In article .com,
"IlanR" wrote:

Enlighten me please, how your formula uses the data in Col B

  #8   Report Post  
IlanR
 
Posts: n/a
Default

Thanks, now it make sense
Nice approach
Ilan

  #9   Report Post  
pumakel
 
Posts: n/a
Default


i'm doing gcse it so i'm not very confident.

if a1 =1 true

thats all i can do sorry
some one else can finish it off


--
pumakel
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
Perform functions on the result of adding two columns Tim Archer Excel Worksheet Functions 2 February 2nd 05 03:25 PM
# of Functions per cell SUB-ZERO Excel Worksheet Functions 3 January 23rd 05 10:35 PM
PivotTable canned functions doco Excel Discussion (Misc queries) 0 January 14th 05 03:52 PM
How to load Engineering Functions into the Fx function wizard? jsaval Excel Worksheet Functions 1 November 11th 04 09:47 PM
Where can I see VBA code for financial functions? eios Excel Worksheet Functions 1 November 2nd 04 01:00 PM


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