vba - Excel formula to remove intermediate rows -
i've excel sheet looks this:
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:
then sort on column c, , delete false rows.
Comments
Post a Comment