I have this data in column D:
5400.00
1200.00
1000.00
700.00
100.00
59.70
Then i use “Standard Filter” on “Column D” with “<=” (less than) condition with value “1000.00”
In result i have output:
1000.00
100.00
What can i make to get this output:
1000.00
700.00
100.00
59.70
I think the problem in ending pattern format “.00”.