Doug has attended:
Excel Intermediate course
Excel Advanced course
Catatonate
I need to suffix a long range of data with, for instance -h on every cell. I've been told I need to use the format catatonate and paste special, but I'm stuck. Can you help please?
RE: catatonate
Hi Doug
So if you have your data in column A for example, and then have the suffix -h in column B, you can use the column C to create the joined value.
Use this formula
=CONCATENATE(A1,B1)
The value in column C will be a formula, so you must make sure that you copy the column and then Right click PAST SPECIAL > VALUES to convert the formua to actual data values.
Regards
Richard