From professional translators, enterprises, web pages and freely available translation repositories.
each item element has an id attribute and contains a name, quantity, and unitprice element.
jedes dieser item-elemente verfügt über ein id-attribut und enthält die elemente name (bezeichnung), quantity (menge) und unitprice (preis pro einheit).
entering =unitprice-totalproductcost in the box next to f(x) leads to an error. fortunately, the add-in tells us to use brackets with the field names; we try =[unitprice]-[totalproductcost]; it works :-)
wie wär’s wenn wir spaßeshalber einfach die differenz von „unitprice“ und „totalproductcost“ ausrechnen würden? da wir ja hier keine zellen in dem sinne haben, würde ich tippen, wir geben einfach =unitprice-totalproductcost in das feld neben dem f(x) ein. tja, dies funktioniert leider nicht, aber glücklicherweise schlägt das add-in gleich eine korrekturmöglichkeit in form einer fehlermeldung vor, nämlich eckige klammern zu verwenden. der zweite versuch mit =[unitprice]-[totalproductcost] ist erfolgreich.