Using a IF formula, I would like to drop the 2 digits in front of.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using a IF formula, I would like to drop the 2 digits in front of the
decimal, and only use the 2 digits after the decimal
 
=MOD(A1,1)

will return decimal

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 
Not sure I get this but the formula below returns the decimal of a number in
A1 if it's value is over 100 otherwise returns the entire number?????

=IF(A1>100,MOD(A1,1),A1)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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

Similar Threads


Back
Top