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

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -