I am trying to concatenate multiple fields if there is data there. G2 is what I want the data to look like, only picking up the cells with data and concatenate with the heading with + between each fields..
I managed to only get one cell and header =IF(A2="No","",CONCATENATE(TEXT(B2,$###K")," ",B1))) but can't figure out how to concatenate the other cells that have data.
I managed to only get one cell and header =IF(A2="No","",CONCATENATE(TEXT(B2,$###K")," ",B1))) but can't figure out how to concatenate the other cells that have data.
A | B | C | D | E | F | G | H | |
---|---|---|---|---|---|---|---|---|
1 | INVESTIGATE | Type 1 Var | Type 2 Var | Type 3 Var | Type 4 Var | Type 5 Var | Comment | |
2 | Yes | -1 | 2 | -15 | -$1K Type 1 Var + $2K Type 3 Var + -$15K Type 5 Var | |||
3 | Yes | 2 | -1 | 4 | $2K Type 1 Var + -$1K Type 2 Var + $4K Type 4 Var | |||
4 |