Dear,
Use the CONCATENATE function to add spaces between the currency symbol and the price.
CONCATENATE(“$”, " ", [Price])
This formula adds two spaces between the dollar sign and the price. Adjust the number of spaces as needed.
Dear,
Use the CONCATENATE function to add spaces between the currency symbol and the price.
CONCATENATE(“$”, " ", [Price])
This formula adds two spaces between the dollar sign and the price. Adjust the number of spaces as needed.