JohnRomano
3 months agoQrew Cadet
Using AND with Null values
I have a formula with multiple Null and Not Null values, one of the nested statements needs to look at two fields so I used AND, but this generates an error "AND" cannot be applied.
If(
IsNull([Pallet Grp "C"]),0,
((Nz([Low, Carton "C"] and (IsNull([high, carton "C"])),1)
[high, carton "C"]-[low, carton "C"]+1)
Can someone recommend a solution--if possible.
I appreciate the help, I was trying to be as direct as possible--noted for the next time. Your solution produced the desired outcome. Thank you.