L
Leadfoot
I am WAY out of my element with what I am trying to do with Excel and coulduse some help.
My spreadsheet has multiple columns of text data. For each row, some fields are populated, and some aren't. I am trying to populate a cell in anotherlocation with just the non-blank values for each row, with the text separated by returns. The cell is formatted for word wrap. So it's simply:
TEXT
TEXT
TEXT
(but in a single cell)
I tried using the following: =A1&CHAR(10)&A2&CHAR(10)...A20 - but of course each blank cell simply leads to tons of extra returns that I don't want.I see that there are ISBLANK and ISTEXT functions, but I don't know how touse them in my function. I'm hoping that I can perform a check on each cell and ignore those that are blank. Is it possible? Thanks in advance for any help!!!
My spreadsheet has multiple columns of text data. For each row, some fields are populated, and some aren't. I am trying to populate a cell in anotherlocation with just the non-blank values for each row, with the text separated by returns. The cell is formatted for word wrap. So it's simply:
TEXT
TEXT
TEXT
(but in a single cell)
I tried using the following: =A1&CHAR(10)&A2&CHAR(10)...A20 - but of course each blank cell simply leads to tons of extra returns that I don't want.I see that there are ISBLANK and ISTEXT functions, but I don't know how touse them in my function. I'm hoping that I can perform a check on each cell and ignore those that are blank. Is it possible? Thanks in advance for any help!!!