0
To find in a list all the values but not one ?
Hi
Is there a way to search in a list all the values but not one ?
EG
I have a list of cars
I’d like to display all the brands but not ”Rolls Royce“
Is it possible ?
Yes ? How ?
Thank you
5 replies
-
not ("Rolls Royce")
-
Hi Mel,
Thanks a lot.
I tried :
not ("Grive")
And
not (Grive)
But it does not work :
-
-
not like "Rolls Royce"
-
Thanks Nick !
Content aside
- 3 yrs agoLast active
- 5Replies
- 336Views