Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Custom Formula to deal with NULL values
I am trying to add accross fields. Example:
FIELD A FIELD B FIELD C
A+B=C
I need a formula that can deal with the following issues:
IF a=null AND b=null THEN c=null
IF a=1 AND b=null then c=1
IF a=1 AND b=1 THEN c=2
how can i do this?
thanks
0