Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to use the floor function in excel VBA using both date and time.
Is this possible? For example round down 05/15/06 17:58 to 05/15/06 17:00 Thanks in advance. :) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=FLOOR(A21,1/24)
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "srroduin" wrote in message ... I'm trying to use the floor function in excel VBA using both date and time. Is this possible? For example round down 05/15/06 17:58 to 05/15/06 17:00 Thanks in advance. :) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks.....I got it working. :)
"Bob Phillips" wrote: =FLOOR(A21,1/24) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "srroduin" wrote in message ... I'm trying to use the floor function in excel VBA using both date and time. Is this possible? For example round down 05/15/06 17:58 to 05/15/06 17:00 Thanks in advance. :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|