PC Review


Reply
Thread Tools Rate Thread

IF(A2>"08:00:00 AM",TRUE, FALSE)

 
 
adamevans81@gmail.com
Guest
Posts: n/a
 
      6th May 2005
Hi All,

I'm trying to complete the calculation like above however this doesn't
work for me.

It only works when I put a cell in the time part i.e IF(A2>B2,TRUE,
FALSE)and in B2 i have 08:00:00 AM

Can anyone spot what I'm doing wrong?

Adam

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      6th May 2005
=A2>--"08:00:00"

--

HTH

RP
(remove nothere from the email address if mailing direct)


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I'm trying to complete the calculation like above however this doesn't
> work for me.
>
> It only works when I put a cell in the time part i.e IF(A2>B2,TRUE,
> FALSE)and in B2 i have 08:00:00 AM
>
> Can anyone spot what I'm doing wrong?
>
> Adam
>



 
Reply With Quote
 
Harald Staff
Guest
Posts: n/a
 
      6th May 2005
Hi Adam

Not really, but datetime data is vulnerable stuff. Important information can
be formatted away, and invalid data may look fine. This works for me, for
8:00 spesifically:
=MOD(A2,1)>(1/3)
and with B2 instead
=MOD(A2;1)>B2

The MOD part takes any date information away. As all geeks know; Dates may
be a big problem.

HTH. Best wishes Harald


<(E-Mail Removed)> skrev i melding
news:(E-Mail Removed)...
> Hi All,
>
> I'm trying to complete the calculation like above however this doesn't
> work for me.
>
> It only works when I put a cell in the time part i.e IF(A2>B2,TRUE,
> FALSE)and in B2 i have 08:00:00 AM
>
> Can anyone spot what I'm doing wrong?
>
> Adam
>



 
Reply With Quote
 
Jerry
Guest
Posts: n/a
 
      10th May 2005
Hey Adam

Try this =IF(A2>TIMEVALUE("08:00"),TRUE,FALSE)

Jerry Oyler

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I'm trying to complete the calculation like above however this doesn't
> work for me.
>
> It only works when I put a cell in the time part i.e IF(A2>B2,TRUE,
> FALSE)and in B2 i have 08:00:00 AM
>
> Can anyone spot what I'm doing wrong?
>
> Adam
>



 
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
change "true" and "false" to "availble" and "out of stock" =?Utf-8?B?aW50aGVzdGFuZHM=?= Microsoft Excel Worksheet Functions 2 19th Jul 2007 08:05 PM
debug="false" in web.config and <%@ debug="true" ...%> in aspx file => true or false? André Microsoft ASP .NET 3 28th Aug 2006 02:02 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB Microsoft Excel New Users 7 13th May 2006 11:02 PM
IF(VLOOKUP("MYDATA", MYNAME, 4) = 0, "TRUE", "FALSE") =?Utf-8?B?U291cmlz?= Microsoft Excel Programming 2 17th Aug 2005 06:33 AM
User Control Page_Load Twice AutoEventWireup="false" SmartNavigation="true" magister Microsoft ASP .NET 2 1st Nov 2004 12:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:09 AM.