I have been playing with spreadsheets since Visicalc, but I cannot for the life of me figure out how to append data to existing data in a cell in Excel 2007.
e.g.
A1= AAAAA, B2= BBBBB
Required result: A1= AAAAABBBBB
How hard can it be? Click on B2, Hit Ctrl-C, click on A1, put the cursor at the end of the data in the formula bar, hit Ctrl-V
All I get is a 'bonk' sound from Windows XP or Excel meaning "Naughty boy".
Edit:
I can use the CONCATENATE function, but what a drag:
C7: =CONCATENATE(A1,B2)
Then copy C7, and "Paste Values" into A1.
Eeesch.