
Originally Posted by
alecmat
Alansidman,
Sadly, I received an error whey I attempted the "Is Not Null" in the formula...please see the below:
I simply want to say if that is the below cell (Freight Terms) is NOT BLANK (i.e, there is data in the cell), then to give me a 1, if not, give me a 2. How would I write that?
I am getting an error that states "undefined function"IsNotNull" in expression", and I am trying to understand why. Unlike Excel, the IsBlank() function does not appear to work...Any assistance would be appreciated
Expr2: IIf(IsNotNull([Freight Terms]),"1","2")
Thank You,