Hello,
I have a look up field which displays a value generated from a formula that lives on another base. I am trying to create a formula field that multiplies the value in the look up field by the percentage value in another field that is generated within the same base (i.e. is not a look up field).
I have tried the following:
"Look up field value field" * "percentage value field"
and then:
VALUE("Look up field value field") * "percentage value field"
I have tested the percentage field with a simple calc and it works. When I try anything involving the look up field it returns error so it is definitely the look up field thats the issue I think
Any hints appreciated 🙂