mreinsmith
New Member
- Joined
- May 7, 2016
- Messages
- 6
I've often wanted to look up if it was possible to concatenate the results of a column of concatenate formulas (of course, CONCAT only starting in Excel 2016)
I thought maybe there would be a function like "FUNCTIONTEXT" but "FUNCTIONVALUE"
So I started looking and I can't seem to find anything relevant
It's possible I'm just missing the obvious (not seeing the forest for the trees so to speak)
So any help would be appreciated
In the meantime I'll stick with Paste --> Values
Just to be clear here is what I mean:
[table="width: 700, class: grid, align: left"]
[tr]
[td]Lastname[/td]
[td]Firstname[/td]
[td][/td]
[td]FORMULATEXT[/td]
[/tr]
[tr]
[td]Smith[/td]
[td]John[/td]
[td]John Smith[/td]
[td]=CONCATENATE(B2," ",A2)[/td]
[/tr]
[tr]
[td]Harrison[/td]
[td]George[/td]
[td]George Harrison[/td]
[td]=CONCATENATE(B3," ",A3)[/td]
[/tr]
[tr]
[td]Best[/td]
[td]Pete[/td]
[td]Pete Best[/td]
[td]=CONCATENATE(B4," ",A4)[/td]
[/tr]
[tr]
[td]Lee[/td]
[td]Geddy[/td]
[td]Geddy Lee[/td]
[td]=CONCATENATE(B5," ",A5)[/td]
[/tr]
[tr]
[td]Pastorius[/td]
[td]Jaco[/td]
[td]Jaco Pastorius[/td]
[td]=CONCATENATE(B6," ",A6)[/td]
[/tr]
[tr]
[td]Balzary[/td]
[td]Michael[/td]
[td]Michael Balzary[/td]
[td]=CONCATENATE(B7," ",A7)[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[tr]
[td][/td]
[td][/td]
[td]#VALUE![/td]
[td]=CONCATENATE(C2:C7)[/td]
[/tr]
[tr]
[/table]
And of course you get an Error
I thought maybe there would be a function like "FUNCTIONTEXT" but "FUNCTIONVALUE"
So I started looking and I can't seem to find anything relevant
It's possible I'm just missing the obvious (not seeing the forest for the trees so to speak)
So any help would be appreciated
In the meantime I'll stick with Paste --> Values
Just to be clear here is what I mean:
[table="width: 700, class: grid, align: left"]
[tr]
[td]Lastname[/td]
[td]Firstname[/td]
[td][/td]
[td]FORMULATEXT[/td]
[/tr]
[tr]
[td]Smith[/td]
[td]John[/td]
[td]John Smith[/td]
[td]=CONCATENATE(B2," ",A2)[/td]
[/tr]
[tr]
[td]Harrison[/td]
[td]George[/td]
[td]George Harrison[/td]
[td]=CONCATENATE(B3," ",A3)[/td]
[/tr]
[tr]
[td]Best[/td]
[td]Pete[/td]
[td]Pete Best[/td]
[td]=CONCATENATE(B4," ",A4)[/td]
[/tr]
[tr]
[td]Lee[/td]
[td]Geddy[/td]
[td]Geddy Lee[/td]
[td]=CONCATENATE(B5," ",A5)[/td]
[/tr]
[tr]
[td]Pastorius[/td]
[td]Jaco[/td]
[td]Jaco Pastorius[/td]
[td]=CONCATENATE(B6," ",A6)[/td]
[/tr]
[tr]
[td]Balzary[/td]
[td]Michael[/td]
[td]Michael Balzary[/td]
[td]=CONCATENATE(B7," ",A7)[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[tr]
[td][/td]
[td][/td]
[td]#VALUE![/td]
[td]=CONCATENATE(C2:C7)[/td]
[/tr]
[tr]
[/table]
And of course you get an Error