Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Simple formula? if the time is =07:00:00<15:00:00, G$1. = 1 if time
=15:00:00 < 23:00:00 G$1 = 2 if Time =23:00:00 < 07:00:00 G$1 = 3 I have tried to do this a few different ways and have been unsuccessful. Could someone help please? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(time_cell<TIME(7,0,0),3,IF(time_cell<TIME(15,0 ,0),1,IF(time_cell<TIME(23
,0,0),2,3))) -- HTH Bob Phillips (remove nothere from email address if mailing direct) wrote in message ups.com... Simple formula? if the time is =07:00:00<15:00:00, G$1. = 1 if time =15:00:00 < 23:00:00 G$1 = 2 if Time =23:00:00 < 07:00:00 G$1 = 3 I have tried to do this a few different ways and have been unsuccessful. Could someone help please? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If time is in A1 then in B1 put:
=A1/0.0416666666666666 In the cell of your choise put: =(B1=7)*(B1<15)*1+(B1=15)*(B1<23)*2+(B1=23)*3+( B1<7)*3 -- Gary''s Student "Bob Phillips" wrote: =IF(time_cell<TIME(7,0,0),3,IF(time_cell<TIME(15,0 ,0),1,IF(time_cell<TIME(23 ,0,0),2,3))) -- HTH Bob Phillips (remove nothere from email address if mailing direct) wrote in message ups.com... Simple formula? if the time is =07:00:00<15:00:00, G$1. = 1 if time =15:00:00 < 23:00:00 G$1 = 2 if Time =23:00:00 < 07:00:00 G$1 = 3 I have tried to do this a few different ways and have been unsuccessful. Could someone help please? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Times | Excel Discussion (Misc queries) | |||
Time and motion chart | Charts and Charting in Excel | |||
Excel Time Manipulation | Excel Discussion (Misc queries) | |||
Using "IF" and "AND" statements with current time | Excel Worksheet Functions | |||
Calculating tvl time in Excel 2000 Rev.9.2720 | Excel Worksheet Functions |