ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   extract decimal place digit (https://www.excelbanter.com/excel-worksheet-functions/57783-extract-decimal-place-digit.html)

craig_100

extract decimal place digit
 

I have a large table of data which, based on the SUM formulae I have put
in for some columns, apparently have been mis-keyed with 3 decimal
places, instead of only 2. I need to find out which values have 3
decimal places so I can correct them. Suggestions? Will a formula,
using various functions, work? Thanks.


--
craig_100
------------------------------------------------------------------------
craig_100's Profile: http://www.excelforum.com/member.php...o&userid=29187
View this thread: http://www.excelforum.com/showthread...hreadid=489139


CLR

extract decimal place digit
 
Assuming your data is in column A, Put this in B1 and copy down............

=IF(LEN(A1-INT(A1))4,"yes","")

Then Data Filter Autofilter on the "yes's"


Vaya con Dios,
Chuck, CABGx3



"craig_100" wrote:


I have a large table of data which, based on the SUM formulae I have put
in for some columns, apparently have been mis-keyed with 3 decimal
places, instead of only 2. I need to find out which values have 3
decimal places so I can correct them. Suggestions? Will a formula,
using various functions, work? Thanks.


--
craig_100
------------------------------------------------------------------------
craig_100's Profile: http://www.excelforum.com/member.php...o&userid=29187
View this thread: http://www.excelforum.com/showthread...hreadid=489139



Bernie Deitrick

extract decimal place digit
 
Craig,

For a number in cell A1:

=IF(LEN(A1)-FIND(".",A1)2,"Extra digit(s)","")

Change the A1's to be your upper left cell address, then copy to a table the same size as your data
table (same number of columns and rows).

HTH,
Bernie
MS Excel MVP


"craig_100" wrote in message
...

I have a large table of data which, based on the SUM formulae I have put
in for some columns, apparently have been mis-keyed with 3 decimal
places, instead of only 2. I need to find out which values have 3
decimal places so I can correct them. Suggestions? Will a formula,
using various functions, work? Thanks.


--
craig_100
------------------------------------------------------------------------
craig_100's Profile: http://www.excelforum.com/member.php...o&userid=29187
View this thread: http://www.excelforum.com/showthread...hreadid=489139




craig_100

extract decimal place digit
 

Thanks for your excellent solutions. Worked perfectly; problem solved!


--
craig_100
------------------------------------------------------------------------
craig_100's Profile: http://www.excelforum.com/member.php...o&userid=29187
View this thread: http://www.excelforum.com/showthread...hreadid=489139



All times are GMT +1. The time now is 01:55 PM.

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