My formula doesn't work on the different Excel versons. I am looking for a formula that does what the one below does. If B12 has text in it then B11 will be displayed; same goes with C12 and C11 and so on. However, they all need to be joined together with a comma in between each one if the results are true. I attempted to use the concatenate formula but realized I was unsure of how to build it due to row 12 changes up pending different entries.
simply put I would like to duplicate textjoin formula with concatenate or so to work on all verisons.
=_xlfn.TEXTJOIN(",",,IF(ISTEXT($B$12),RIGHT($B$11,6),""),IF(ISTEXT($C$12),$C$11,""),IF(ISTEXT($D$12),$D$11,""),IF(ISTEXT($E$12),$E$11,""),IF(ISTEXT($F$12),$F$11,""),IF(ISTEXT($G$12),$G$11,""),IF(ISTEXT($H$12),$H$11,""),IF(ISTEXT($I$12),$I$11,""))
simply put I would like to duplicate textjoin formula with concatenate or so to work on all verisons.
VISION CORR 20/20 | NCP | NH | NSI | SCE | SUB QUAL'ED | MOS OBLI SERV | US CIT |
Note 1 | X | Note 6 | 0 | Note 7 | 0 | 72 | X |
=_xlfn.TEXTJOIN(",",,IF(ISTEXT($B$12),RIGHT($B$11,6),""),IF(ISTEXT($C$12),$C$11,""),IF(ISTEXT($D$12),$D$11,""),IF(ISTEXT($E$12),$E$11,""),IF(ISTEXT($F$12),$F$11,""),IF(ISTEXT($G$12),$G$11,""),IF(ISTEXT($H$12),$H$11,""),IF(ISTEXT($I$12),$I$11,""))