ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   CONDITIONAL STATEMENT (https://www.excelbanter.com/excel-worksheet-functions/181930-conditional-statement.html)

banjo

CONDITIONAL STATEMENT
 
I'm trying to test a cell D5 which contains a time eg '07:00' to see if falls
within a time range or is blank or to print it if it is within range. Excel
indicates an error???

=if(or(D5, 06:30, D58:00), "CHECK TIME" , D5)

I've tried other simple statements, but none work! Help!!
--
BANJO

David Biddulph[_2_]

CONDITIONAL STATEMENT
 
Perhaps you intended to say =IF(OR(D5<TIME(6,30,0), D5TIME(8,0,0)), "CHECK
TIME", D5) ?
--
David Biddulph

"BANJO" wrote in message
...
I'm trying to test a cell D5 which contains a time eg '07:00' to see if
falls
within a time range or is blank or to print it if it is within range.
Excel
indicates an error???

=if(or(D5, 06:30, D58:00), "CHECK TIME" , D5)

I've tried other simple statements, but none work! Help!!
--
BANJO




Pete_UK

CONDITIONAL STATEMENT
 
Try it like this:

=IF(OR(D5="",D5<TIME(6,30,0),D5TIME(8,0,0)),"CHEC K TIME",D5)

Hope this helps.

Pete

On Mar 31, 3:31*pm, BANJO wrote:
I'm trying to test a cell D5 which contains a time eg '07:00' to see if falls
within a time range or is blank or to print it if it is within range. Excel
indicates an error???

=if(or(D5, 06:30, D58:00), "CHECK TIME" , D5)

I've tried other simple statements, but none work! *Help!!
--
BANJO




All times are GMT +1. The time now is 03:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com