question about Time

  • Thread starter Thread starter saud
  • Start date Start date
S

saud

How to make the time result for example if it’s ( 1:01 ) or higher shows
only as ( 1:00 ) and if it’s Lower like ( 0:59 ) or less it will show
the same result in this case ( 0:59 )

Any idea & suggestions.

Thanks,

(e-mail address removed)
 
And another way:

=MIN(TIME(1,0,0),A1)
How to make the time result for example if it’s ( 1:01 ) or higher shows
only as ( 1:00 ) and if it’s Lower like ( 0:59 ) or less it will show
the same result in this case ( 0:59 )

Any idea & suggestions.

Thanks,

(e-mail address removed)
 
Back
Top