1
A formula for < and >
Hi
I have a numeric value field and I would like to find the values smaller than 100 and bigger than 20
Can you tell me wich formula I should write ?
Thanks for your kind attention and advices.
Best regards,
4 replies
-
Create a formula field:
---
if Amount >= 20 and Amount <= 100 then
"Yes"
end---
-
Thank you Nick.
Can you tell me where the formula box is ?
I know the one that opens, when we click on the funnel icone since we select a field, but I know there is another one, the one you are talking about.
-
I think I found it.
But I have an issue :
-
Is your numeric field the 'Puiss'? If yes then:
---
if Puiss >= 20 and Puiss <= 100 then
"Yes"
end---
Content aside
-
1
Likes
- 4 yrs agoLast active
- 4Replies
- 704Views