Is it possible to validate a formula and not a direct entry into a cell?
Example:
I want an error message to pop up if B5 = False
cell (B5) =IF sum(B10:B13)>$100, True, False
In this scenario if the formula shows up as False it does not have an error message pop up unless I directly click...
Is it possible to do a select statement with a where clause that has a LIKE with multiple values.
Example
Select *
from A
where a.something LIKE ANY ('%ABC%','%BCD%')
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.