Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
In Excel I would like to concatenate several strings into one. I could type and fill in the blanks CONCATENATE(A1, A2, ....) but it is a lot of work This would be cool, but it does not work CONCATE...
#2: Post edited
- In Excel I would like to concatenate several strings into one.
- I could type and fill in the blanks `CONCATENATE(A1, A2, ....)` but it is a lot of work
This would be cool, but it does not work `CONCATENATE(A1:A255)`
- In Excel I would like to concatenate several strings into one.
- I could type and fill in the blanks `CONCATENATE(A1, A2, ....)` but it is a lot of work
- This would be cool, but it does not work `CONCATENATE(A1:A255)`