vba - Excel formula to remove intermediate rows -


i've excel sheet looks this:

enter image description here

i want remove values isn't multiple of 0.1., i.e., in above example, want keep rows 1.2, 1.3, 1.4 , delete intermediate rows. how can write formula this?

thanks.

in @ third column, i'd enter formula: =round(a1,1)=a1 looks this:

enter image description here

then sort on column c, , delete false rows.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -