New to the excel world and I'm baffled on how to fix this problem. Any help will be much appreciated. This is what I'm trying to do - I have a range of data which includes blank and non-blank cells. What I'm trying to do is a) For each row check to see if the cell is blank. This check will be done for every other cell starting with column A and b) if it is, I don't want anything returned, but if it isn't I'd like the value to be returned.
Ideally, what I'd like to do is perform all these checks in one cell and the value to the returned in the same cell at the end of the row. So for example, if I look at row 1, column A, E, I have values, but column C and G have no values. So I'd like the formula to essentially skip column C and E and add A, E, and I and return them as a text string in Column K.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Total Vendor[/TD]
[TD]Total PRICE[/TD]
[/TR]
[TR]
[TD]BCEI[/TD]
[TD]1.1[/TD]
[TD][/TD]
[TD][/TD]
[TD]AAPL[/TD]
[TD]5.2[/TD]
[TD][/TD]
[TD][/TD]
[TD]SPY[/TD]
[TD]3.3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TCON[/TD]
[TD]2.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]UTX[/TD]
[TD]1.09[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]VNR[/TD]
[TD]3.2[/TD]
[TD][/TD]
[TD][/TD]
[TD]MSFT[/TD]
[TD]4.5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SPYG[/TD]
[TD]1.05[/TD]
[TD][/TD]
[TD][/TD]
[TD]VTR[/TD]
[TD]1.56[/TD]
[TD]AMGN[/TD]
[TD]3.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Ideally, what I'd like to do is perform all these checks in one cell and the value to the returned in the same cell at the end of the row. So for example, if I look at row 1, column A, E, I have values, but column C and G have no values. So I'd like the formula to essentially skip column C and E and add A, E, and I and return them as a text string in Column K.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Vendor[/TD]
[TD]PRICE[/TD]
[TD]Total Vendor[/TD]
[TD]Total PRICE[/TD]
[/TR]
[TR]
[TD]BCEI[/TD]
[TD]1.1[/TD]
[TD][/TD]
[TD][/TD]
[TD]AAPL[/TD]
[TD]5.2[/TD]
[TD][/TD]
[TD][/TD]
[TD]SPY[/TD]
[TD]3.3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TCON[/TD]
[TD]2.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]UTX[/TD]
[TD]1.09[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]VNR[/TD]
[TD]3.2[/TD]
[TD][/TD]
[TD][/TD]
[TD]MSFT[/TD]
[TD]4.5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SPYG[/TD]
[TD]1.05[/TD]
[TD][/TD]
[TD][/TD]
[TD]VTR[/TD]
[TD]1.56[/TD]
[TD]AMGN[/TD]
[TD]3.2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: