using output of shortcode as input in table cell formula
-
I have a table with items containing prices in USD (column C). I want to convert these amounts to EUR in another column (column D). I use a shortcode to get the exchange rate from USD to EUR (cell A1), that works fine. But then I want to multiply the price in USD with the outcome of the shortcode (eg =C2*A1). This gives an error because the outcome of the shortcode is not considered numeric.
As an alternative I could use the USD amount in column C as an input to the shortcode for the exchange rate but that’s not working either ([convert number=C2 dp=3 from=”usd” to=”eur”]).
Also incorporating the shortcode in a formula doesn’t seem to work (=C2*[convert number=1 dp=3 from=”usd” to=”eur”])
Any idea how to get this working?
Thanks.
- The topic ‘using output of shortcode as input in table cell formula’ is closed to new replies.