(Msg. 1) Posted: Wed Aug 06, 2008 1:26 pm
Post subject: If Function With A Time Add to elertz Archived from groups: microsoft>public>excel>worksheet>functions (more info?)
Hello all.
I need help with an if function that will result in No Delay if Total Time
is less than or equal to 2:30 (two hours, thirty minutes). My total time
column is formatted as --[h]:mm in the event we have a total time of over 24
hours.
Example:
Total Time Reason for Delay
E4(cell number) 2 :30 No Delay
(Msg. 2) Posted: Wed Aug 06, 2008 1:52 pm
Post subject: Re: If Function With A Time Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
On Aug 6, 9:26 pm, Donna <Do....DeleteThis@discussions.microsoft.com> wrote:
> Hello all.
>
> I need help with an if function that will result in No Delay if Total Time
> is less than or equal to 2:30 (two hours, thirty minutes). My total time
> column is formatted as --[h]:mm in the event we have a total time of over 24
> hours.
>
> Example:
> Total Time Reason for Delay
> E4(cell number) 2 :30 No Delay
>
> Any suggestions?
>
> Many thanks.
>
> Donna
(Msg. 3) Posted: Wed Aug 06, 2008 9:39 pm
Post subject: Re: If Function With A Time Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
If I understand you, try:
=IF(A1<=TIME(2,30,),"No delay","")
or:
=IF(A1<=2.5/24,"No delay","")
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2.DeleteThis@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
"Donna" <Donna.DeleteThis@discussions.microsoft.com> wrote in message
news:045A72D5-E55E-4B5D-8516-7640A508A4E4@microsoft.com...
> Hello all.
>
> I need help with an if function that will result in No Delay if Total Time
> is less than or equal to 2:30 (two hours, thirty minutes). My total time
> column is formatted as --[h]:mm in the event we have a total time of over
> 24
> hours.
>
> Example:
> Total Time Reason for Delay
> E4(cell number) 2 :30 No Delay
>
> Any suggestions?
>
> Many thanks.
>
> Donna
>
(Msg. 4) Posted: Wed Aug 06, 2008 11:29 pm
Post subject: Re: If Function With A Time Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Given the name of your column "Reason for Delay", I have to ask what else
can go into this column besides the words "No Delay" and how does it get
placed there... user types it? from another formula? some other way?
Rick
"Donna" <Donna.TakeThisOut@discussions.microsoft.com> wrote in message
news:045A72D5-E55E-4B5D-8516-7640A508A4E4@microsoft.com...
> Hello all.
>
> I need help with an if function that will result in No Delay if Total Time
> is less than or equal to 2:30 (two hours, thirty minutes). My total time
> column is formatted as --[h]:mm in the event we have a total time of over
> 24
> hours.
>
> Example:
> Total Time Reason for Delay
> E4(cell number) 2 :30 No Delay
>
> Any suggestions?
>
> Many thanks.
>
> Donna
(Msg. 5) Posted: Thu Aug 07, 2008 10:49 am
Post subject: Re: If Function With A Time Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks so much.
--
Donna
"Sandy Mann" wrote:
> If I understand you, try:
>
> =IF(A1<=TIME(2,30,),"No delay","")
>
> or:
>
> =IF(A1<=2.5/24,"No delay","")
>
> --
> HTH
>
> Sandy
> In Perth, the ancient capital of Scotland
> and the crowning place of kings
>
> sandymann2 RemoveThis @mailinator.com
> Replace @mailinator.com with @tiscali.co.uk
>
>
> "Donna" <Donna RemoveThis @discussions.microsoft.com> wrote in message
> news:045A72D5-E55E-4B5D-8516-7640A508A4E4@microsoft.com...
> > Hello all.
> >
> > I need help with an if function that will result in No Delay if Total Time
> > is less than or equal to 2:30 (two hours, thirty minutes). My total time
> > column is formatted as --[h]:mm in the event we have a total time of over
> > 24
> > hours.
> >
> > Example:
> > Total Time Reason for Delay
> > E4(cell number) 2 :30 No Delay
> >
> > Any suggestions?
> >
> > Many thanks.
> >
> > Donna
> >
>
>
>
(Msg. 6) Posted: Thu Aug 07, 2008 10:49 am
Post subject: Re: If Function With A Time Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks so much.
--
Donna
"robzrob" wrote:
> On Aug 6, 9:26 pm, Donna <Do... RemoveThis @discussions.microsoft.com> wrote:
> > Hello all.
> >
> > I need help with an if function that will result in No Delay if Total Time
> > is less than or equal to 2:30 (two hours, thirty minutes). My total time
> > column is formatted as --[h]:mm in the event we have a total time of over 24
> > hours.
> >
> > Example:
> > Total Time Reason for Delay
> > E4(cell number) 2 :30 No Delay
> >
> > Any suggestions?
> >
> > Many thanks.
> >
> > Donna
>
>
> =if(E4<0.1049,"No Delay","")
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum