fractions

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi all,
I looked for a function that will return a fraction from a number.
i.e input=a=190.38
output= b =0.38
I tried =a-int(b) it didnt work in some cases.

Thanks for your help,
Tom
 
Hi
if this value is in A1 try
=A1-INT(A1)

in whih cases does your formula not work?
 
Hi Frank,
It does not work when the value of A1 is negative.
any ideas?

Thanks,
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top