ordendelfai
Technical User
Just a quick question. If I have 4 criteria's for a single field, and am trying to determine what function to use,
In( ) or OR.
For example:
="A" or "B" or "C" or "D"
Versus
In("A","B","C","D")
Which one is faster, and why?
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.
In( ) or OR.
For example:
="A" or "B" or "C" or "D"
Versus
In("A","B","C","D")
Which one is faster, and why?
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.