WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

If Function With A Time

 
   Home -> Office -> Worksheet Functions RSS
Next:  Worksheet Functions: transfering data in another column entering more sorted data  
Author Message
Donna

External


Since: Mar 31, 2006
Posts: 196



(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

Any suggestions?

Many thanks.

Donna
Back to top
Login to vote
robzrob

External


Since: Mar 29, 2008
Posts: 81



(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


=if(E4<0.1049,"No Delay","")
Back to top
Login to vote
Sandy Mann

External


Since: Jun 14, 2005
Posts: 2831



(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
>
Back to top
Login to vote
"Rick Rothstein

External


Since: Feb 04, 2008
Posts: 1357



(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
Back to top
Login to vote
Donna

External


Since: Mar 31, 2006
Posts: 196



(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
> >
>
>
>
Back to top
Login to vote
Donna

External


Since: Mar 31, 2006
Posts: 196



(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","")
>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Worksheet Functions 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
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET