"Bob" <rgs...@notme.invalid> wrote:
> Have a very long column of numbers:
[....]
> I want to add the following text, MHz, to each, e.g.
> 4MHz
> 7MHz
> 9MHz
> etc.
Instead of making the cell text per se, I would suggest that you simply use
a Custom format, e.g. 0"MHz" .
Thus, the cell retains in numeric value, but MHz appears in the displayed
value.
Select the cells to change their format. Or use the Format Painter tool.