Forum Discussion
Someone1
Mar 06, 2020Copper Contributor
Trying to figure out formula
Before typing out my problem thanks for taking a moment to help. I am trying to figure out what formula needs to be used in order to populate and combine data from multiple cells into one. Say ...
NCRoy
Mar 06, 2020Copper Contributor
Assuming Your Heading Range is A1:C1
and input Range is A2:C2
write below array formula in D2 and press ctrl + shift + enter
=TEXTJOIN(" ",1,IF((A2:C2="x"),$A$1:$C$1,""))