Hi MrExcel
Am scratching my head on how to "further restrict for exactness" the numbers in my data analysis, for which have been using Joe4's formula as: =IF(ABS(ROUND(A1,0)-
A1)<=0.01,"KEEP","DUMP").
I need to go a step further as follows:
Lock out any number THAT IS NOT FOLLOWED BY 00 AFTER THE DECIMAL PLACE (.00.....) BEFORE ROUNDING. (All numbers are eventually rounded to 2 d.p. & filtered)
Example 1:
19.012432 = 19.01 DUMP
19.005433 = 19.01 KEEP
Example 2:
1.011234 = 1.01 DUMP
1.009343 = 1.01 KEEP.
Etc etc
The "Joe4's formula above" takes ALL as "KEEP".
Any tweak to it? OR a separate formula is needed?
Thank you.
Patrick.
Am scratching my head on how to "further restrict for exactness" the numbers in my data analysis, for which have been using Joe4's formula as: =IF(ABS(ROUND(A1,0)-
A1)<=0.01,"KEEP","DUMP").
I need to go a step further as follows:
Lock out any number THAT IS NOT FOLLOWED BY 00 AFTER THE DECIMAL PLACE (.00.....) BEFORE ROUNDING. (All numbers are eventually rounded to 2 d.p. & filtered)
Example 1:
19.012432 = 19.01 DUMP
19.005433 = 19.01 KEEP
Example 2:
1.011234 = 1.01 DUMP
1.009343 = 1.01 KEEP.
Etc etc
The "Joe4's formula above" takes ALL as "KEEP".
Any tweak to it? OR a separate formula is needed?
Thank you.
Patrick.