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.
Formula Field to replicate Excel spreadsheet formula
Hi,
I have a spreadsheet with the following formula
=IF(K13=1,1,0)+IF(K15=1,1,0)+IF(K17=1,1,0)+IF(K18=1,1,0)+K14+K16
K13, K15, K17, K18, are all yes or no selection fields and K14and K16 are numerical values
The formula basically adds a value of 1 each time a yes is selected to the combined values of all the fields.
I want to replicate this with a custom field and a formula in NetSuite, so far I have the below, it doesn't error but it also doesn't produce any result, field relationship to excel formula below.
K13(custrecord_acsc_aaweb_jaws_req)
0