Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a prob with if loop and time functions.
I want to compare time in one cell with another time. ex: cell a1- 2:30 , in b2 i want to compare if(a11:30,"t") it is not coming. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=IF(A1TIME(1,30,0),"t","f") If this post helps click Yes --------------- Jacob Skaria "saedeepu" wrote: I have a prob with if loop and time functions. I want to compare time in one cell with another time. ex: cell a1- 2:30 , in b2 i want to compare if(a11:30,"t") it is not coming. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1TIME(1,30,),"t")
-- David Biddulph "saedeepu" wrote in message ... I have a prob with if loop and time functions. I want to compare time in one cell with another time. ex: cell a1- 2:30 , in b2 i want to compare if(a11:30,"t") it is not coming. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting time inside cell | New Users to Excel | |||
Inserting time inside cell | Excel Discussion (Misc queries) | |||
Exporting Time Formatted Numbers inside Macros | Excel Worksheet Functions | |||
Loop time seems dependent on unrelated workbook - Why? | Excel Worksheet Functions | |||
Calculting SUM of cells with IF functions inside | Excel Worksheet Functions |