While this is a solution, is there a solution using the Math Formula node? I’m curious because I’ve noticed the math formula node calculates significantly faster than the column expressions node.
Actually it seems the node tries to escape the dollar sign inside the column name but for some reason it fails. So if you want to use the Math Formula, you have to rename columns and replace the dollar signs. I think the best approach to do that is using the Column Rename (Regex) node:
This is an example expression after replacing dollar signs: $Cost ($)$ + $Tax ($)$
You can copy and paste the alternative dollar sign in the expression to the “Replacement” option of the Column Rename (Regex) node.