I had some issues downloading my data from a server. I have many genes and their expression values merged into one cell rather than split into multiple columns. Some cells have around 30 or so genes and their expression values. I can recover the expression values on the server if I can simply get the gene names out. All the genes start with 'Bn' so I tried this below to remove all words starting in a certain way, but it only works for around 2-3 words starting a certain way:
Extract several words that start with specific char EXCEL
Does anyone know how I can extract all words starting with a certain character so that I can get a list of gene names? Thanks for any help! :)
"&SUBSTITUTE(SUBSTITUTE($A$1,";"," ")," ","")&"