Adding text to a value in Numbers

I have a cell in Numbers which displays a value generated by a simple formula (A2 x .25).


How can I edit the formula to add text before and after the value?


Example: I want to add the letter X in front of 0.09375 followed by a space and F5 so it reads:


X0.09375 F5

Posted on Feb 6, 2021 11:01 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 6, 2021 7:16 PM

This should do it:


The formula calculates the value. The concatenation operators (&) join the "X" prefix, the formula result, and the " F5" suffix into a single text string.


When entering the formula, use an asterisk ( * ) in place of the multiplication sign. Numbers will automatically replace the * with the multiplication sigh, but will not recognize that sign (or a lower case letter x) that is typed into the formula directly.


Regards,

Barry


2 replies
Question marked as Top-ranking reply

Feb 6, 2021 7:16 PM in response to trideciple

This should do it:


The formula calculates the value. The concatenation operators (&) join the "X" prefix, the formula result, and the " F5" suffix into a single text string.


When entering the formula, use an asterisk ( * ) in place of the multiplication sign. Numbers will automatically replace the * with the multiplication sigh, but will not recognize that sign (or a lower case letter x) that is typed into the formula directly.


Regards,

Barry


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Adding text to a value in Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.