Hi,
I have over 350 ID numbers in excel in 1 column that I need to string togeather to run a SQL query.
i.e
ID
1
34
56
67
78
23
1233
4567
Which I can concatenate into '1', using =CONCATENATE("'",A2,"'",",")
But how do I concatenate so I get '1','34','56','67' etc
I'll be running different values in the ID column for different queries which will vary and was hoping there was a way I can add a formula so I can just then use and add data to my saved query.
Hope this isn't too dumb a question btw![]()
Bookmarks