Hi!
I'm having trouble with a formula where it brings back text and adds " " when it is done.
Here is the layout:
Column 1: Formula cell with the following formula {Client} & ' - ' & {Total Volume}
Column 2: Linked to another table, displays {Client} names (Example: John)
Column 3: {Total Volume} quantity (Example: 10)
What I want to get from this formula is = John - 10
What I'm getting from this formula is = “John“ - 10
Is this because I am linking to another table? It does not happen with every value from the {Client} column!