Hi All,
I’m trying to output a range based on the inputs in two number input elements. The calculation’s are as follows:
(Input A’s value + Input B’s value)*3 = lower range bound
(Input A’s value + Input B’s value)*4.5 = upper range bound
I’m trying to show this in a single output element (currently using a text element) as follows:
(Input A’s value + Input B’s value)*3 " and " (Input A’s value + Input B’s value)*4.5
Currently, I am able to show the range in a single output but I need the numbers to be formatted as currency i.e. £1,000,000
I’ve not found out how to do this without having a complex web of elements. Any thoughts?