Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 992

Google Sheets - Multiply/Concatenate String Arrays [migrated]

$
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 992

Trending Articles