View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M[_4_] Luke M[_4_] is offline
external usenet poster
 
Posts: 457
Default how can I add an * to be the last character in a cell

Insert a helper column, and input this formula:
=A1&"*"

Copy down as needed. Then do a Copy, Paste Special - Values only onto column
A.

--
Best Regards,

Luke M
"Stuck" wrote in message
...
I have 4,000 rows with data, and now realize I need an * to be the last
character in all of the cells in Column A. Please help.