How do I extract time only in Excel?

G

grant

I typed a date in cell A1, then typed =MOD(A1,1) in cell B1. Excel returns an
error stating "The formula you typed contains an error." I even used an
example from Excel Help, =MOD(3, 2) and Excel returns the same error. Am I
doing something wrong?

-Grant
 
F

Fred Smith

Then you didn't type it in properly. =Mod(a1,1) is a valid Excel formula.

Regards,
Fred.
 
B

Bob Phillips

Do you have a continental Excel?

=MOD(A1;1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
D

David Biddulph

If the list separator in your Windows Regional Options is a semi-colon,
rather than a comma, then you'll need to use a semi-colon, rather than a
comma, to separate parameters in your Excel formulae.
 
G

grant

Fred, what is a continental Excel? (Do you mean US purchased? If so, yes.)

Thanks,
Grant
 
Top