In Excel is CONCATENATE ideaal voor het samenvoegen van teksten / cellen / spaties etc. Nu krijg ik het alleen niet voor elkaar hier een harde enter / witregel in te definieren. Ik heb al even op google en hier gezocht en Allan Wyat's excel pagina http://exceltips.vitalnews.com/ Vrees dat niet mogelijk is, maar wil toch nog een poging wagen. Vast wel een paar mensen hier die als levensmotto hebben dat alles mogelijk is.
Alsnog gevonden; voor de liefhebbers:
You can use the CHAR(10) command which returns a line break.
=CONCATENATE(C15,CHAR(10),C16,CHAR(10),C17)
you will need to WRAP TEXT, as this is the only way I can get them on separate lines.
You can use the CHAR(10) command which returns a line break.
=CONCATENATE(C15,CHAR(10),C16,CHAR(10),C17)
you will need to WRAP TEXT, as this is the only way I can get them on separate lines.
[ Voor 21% gewijzigd door Verwijderd op 03-11-2006 10:11 ]