Hi everyone,
This one is a little tricky, I've been spinning my wheels without much luck.
I have 2 columns of data in columns A and B. Column B has a value in every single row whereas column A only has values in every other row or every 3 or 4 rows, it varies. I'm trying to create a formula where I can concatenate the values in column B ONLY when there is no corresponding cell in column A is blank.
For example, cell A2 has a value, as does cell B2. I want to create a formula in column C where I can concatenate the values starting in cell B3 UNTIL B16. B16 is the last value I want to concatenate because there is a value in A17. I'm using column A as a refernce for blank cells. I want to drag this formula down because this sheet has 1000 rows of data. The next concatenation that would be returned would be starting in cell B18 as that is the next blank corresponding value in column A.
This one is a little tricky, I've been spinning my wheels without much luck.
I have 2 columns of data in columns A and B. Column B has a value in every single row whereas column A only has values in every other row or every 3 or 4 rows, it varies. I'm trying to create a formula where I can concatenate the values in column B ONLY when there is no corresponding cell in column A is blank.
For example, cell A2 has a value, as does cell B2. I want to create a formula in column C where I can concatenate the values starting in cell B3 UNTIL B16. B16 is the last value I want to concatenate because there is a value in A17. I'm using column A as a refernce for blank cells. I want to drag this formula down because this sheet has 1000 rows of data. The next concatenation that would be returned would be starting in cell B18 as that is the next blank corresponding value in column A.