Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Multiply/Concatenate String Arrays

$
0
0

Suppose I have three columns importing data from elsewhere, like so:

NameCompanyDivision
AdamMetaOps
BettyNvidiaSales
CarlOpenAIDevelopment

The number of values in each column may change from time to time as the report is run.I want to create a column that combines the data in such a way:

Combined
Adam - Meta - Ops
Adam - Meta - Sales
Adam - Meta - Development
Adam - Nvidia - Ops
Adam - Nvidia - Sales
Adam - Nvidia - Development
Adam - OpenAI - Ops
Adam - OpenAI - Sales
Adam - OpenAI - Development
Betty - Meta - Ops
Betta - Meta - Sales
Betty - Meta - Development
Betty - Nvidia - Ops

.... etc.

I've tried various setups with arrayformula concat() with no luck. I was hoping this could be solved with just formulas and not needing any scripting.


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>