Google-sheets – Find a cell with text in a range and return the text in that cell

google sheets

Along a single row, I've got a number of columns, only one of which will contain text. I need to be able to find the one cell in there with text, and return that text into another cell.

example

In need column E to return "Melitta" in row 2, and "Nespresso" in row 3.

Best Answer

Figured it out....CONCATENATE does the job if you include the entire range.