Looking to see if there is a formula that would allow me to join cells into separate lines ONLY for cells that have content. Essentially I want to remove blanks somehow so it is just seamless data.
In my example, when I use CHAR(10). It joins the cells, but leaves blank lines if nothing was filled in for a cell.
Im currently using =JOIN(A4:A61, CHAR(10))
Thanks in advance!!