How to Remove item from list?

I have a list of number between 111111 - 999999.
I want to remove all the combination of number which has 0 included.

you can use if contains text 0, then dont add to list or remove from list,
method 1:

blocks - 2020-03-30T110032.840

method 2:

blocks - 2020-03-30T110116.081

5 Likes

Thank you imran for help.but result is very big so not showing in list view.
If you have any idea to get all the number between 111111-999999 please let me know.

with first method you will get list, from 111111 to 999999. with any digits contains 0.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.