Hello Everyone,
Is there a function to segregate (or separate) the numbers w.r.t number of digits after the decimal places?
For ex. lets assume a set of data with 6 data points :
1. 104.1
2. 232.30
3. 101.32
4. 19.1
5. 1.1
6. 200.34
I need a function which will separate the data points with 1 digit after the decimal point as Group A (S.no. 1,4,5 as Group A) and 2 digits after the decimal point as Group B (S.No. 2,3 as Group B)...
Thanks.
Bala
Bookmarks