Finally got my patch working, which updates a sharepoint list text label that contains an additional formula. Including that below.
When the result of the formula is zero, the label shows only "$" which then cannot be passed to the sharepoint list.
I'd like to retain the $ and the thousands' comma where there are numbers. Any ideas for a solution?
Would an 'if' statement work here?
Thanks for any help!
"$" & Text((Value(JanThisYear.Text)) + (Value(JanPending.Text)), "[$-en-US]###,###")