D
DanielleVBANewbie
Hi friends,
I have the formula below, it is in column BR. It goes from column V to BN
and it should be copied down from row3 to Row 700. The problem I am having is
the formula is too long for the cell, what would be the equivalent VBA code
or is there a different formula that will work for this?
Thanks for any assistance you can provide.
=IF(V3="X",V$1,â€â€œ )&†“&iF(W3="x",W$1,““)&†“&IF(X3="x",X$1 ,â€â€œ)&â€
“&IF(Y3="x",Y$1 ,â€â€œ)&†“&IF(Z3="x",Z$1&†“&†‘,â€â€)&†“&IF(AA3="x",AA$1 ,â€â€œ)&â€
“&IF(AB3="x",AB$1 ,â€â€œ)&†“&IF(AC3="x",AC$1 ,â€â€œ)&†“&IF(AD3="x",AD$1 ,â€â€œ)&â€
“&IF(AE3="x",AE$1 ,â€â€œ)&†“&IF(AF3="x",AF$1 ,â€â€œ)&†“&IF(AG3="x",AG$1 ,â€â€œ)&â€
“&IF(AH3="x",AH$1 ,â€â€œ)&†“&IF(AI3="x",AI$1 ,â€â€œ)&†“&IF(AJ3="x",AJ$1 ,â€â€œ)
The sheet looks like this:
v w BR
1Criteria1 Criteria 2
2 x =if(V2="x",V$1,"")&" "&if(W2="x",W$1,"")
3 x x =if(V3="x",V$1,"")&" "&if(W3="x",W$1,"")
4
I have the formula below, it is in column BR. It goes from column V to BN
and it should be copied down from row3 to Row 700. The problem I am having is
the formula is too long for the cell, what would be the equivalent VBA code
or is there a different formula that will work for this?
Thanks for any assistance you can provide.
=IF(V3="X",V$1,â€â€œ )&†“&iF(W3="x",W$1,““)&†“&IF(X3="x",X$1 ,â€â€œ)&â€
“&IF(Y3="x",Y$1 ,â€â€œ)&†“&IF(Z3="x",Z$1&†“&†‘,â€â€)&†“&IF(AA3="x",AA$1 ,â€â€œ)&â€
“&IF(AB3="x",AB$1 ,â€â€œ)&†“&IF(AC3="x",AC$1 ,â€â€œ)&†“&IF(AD3="x",AD$1 ,â€â€œ)&â€
“&IF(AE3="x",AE$1 ,â€â€œ)&†“&IF(AF3="x",AF$1 ,â€â€œ)&†“&IF(AG3="x",AG$1 ,â€â€œ)&â€
“&IF(AH3="x",AH$1 ,â€â€œ)&†“&IF(AI3="x",AI$1 ,â€â€œ)&†“&IF(AJ3="x",AJ$1 ,â€â€œ)
The sheet looks like this:
v w BR
1Criteria1 Criteria 2
2 x =if(V2="x",V$1,"")&" "&if(W2="x",W$1,"")
3 x x =if(V3="x",V$1,"")&" "&if(W3="x",W$1,"")
4