ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using a IF formula, I would like to drop the 2 digits in front of. (https://www.excelbanter.com/excel-discussion-misc-queries/3222-using-if-formula-i-would-like-drop-2-digits-front.html)

osuhoosier

Using a IF formula, I would like to drop the 2 digits in front of.
 
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

Peo Sjoblom

=MOD(A1,1)

will return decimal

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"osuhoosier" wrote in message
...
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




Nick Hodge

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(A1100,MOD(A1,1),A1)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"osuhoosier" wrote in message
...
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





All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com