Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Quick Excel Q

  • 28-07-2011 3:18pm
    #1
    Registered Users, Registered Users 2 Posts: 3,608 ✭✭✭


    I have a few colums with numbers in them and I'd like to have a command that displays them as a text string as the output.

    i.e. if the data is as below

    Column
    1
    2
    3
    4
    5
    6

    I want to put a command in another cell that will give the output "1 2 3 4 5 6" as a string of text in the cell.

    I hope that makes sense.

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 199 ✭✭ajc100


    =CONCATENATE(A1,",",A2,",",A3,",",A4,",",A5,",",A6)


Advertisement