Hi there,
I'm after some help as im pulling my hair out - I am trying to pull over the correct currency symbol and the right pricing commas for example $85,450 or C$85,450 - I currently have a formula set-up in the currency symbol field for whenever someone selects the currency drop-down in the form in correctly populates
=IF(Currency@row = "USD", "$", IF(Currency@row = "AUD", "A$", IF(Currency@row = "EUR", "€", IF(Currency@row = "NZD", "NZ$", IF(Currency@row = "GBP", "£", IF(Currency@row = "CAD", "C$", ""))))))
The "Service Pricing" field is what needs to pull over the correct currency symbol however this currently already has a formula within which calculates the amount of hours for dev build from various cells and *250 so how would I also add a new formula that pulls over "currency symbol" with the price commas :D
Thanks so much!