Skip to main content
Solved

Is is possible to run a search for values between two decimals?

  • July 17, 2025
  • 2 replies
  • 69 views

Forum|alt.badge.img+1

I am trying to run a search for parts that have a characteristic value between two decimal values. It seems standard functionality for searching between to values requires whole numbers such as 1 to 10 using the “..” between operator. I have a need to search for values between say 0 to .03

When I enter that in I am getting a syntax error because my search looks like 0...03 which IFS is not recognizing the decimal in .03 as part of the number and rather part of the search operator.

 

Has anyone run into a similar need and what was your solution? It seems odd that IFS would not allow searching in a range of decimal values so is there another operator besides the “..” I should be using?

Best answer by Alexander Heinze

The “..” syntax does work for me:

 

You can also achieve this using Advanced Search, here is an example:

 

2 replies

Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • Answer
  • July 18, 2025

The “..” syntax does work for me:

 

You can also achieve this using Advanced Search, here is an example:

 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Partner)
  • August 1, 2025

Thank you