pi
Board Regular
- Joined
- Apr 11, 2006
- Messages
- 207
Hi!
I have the following situation: In a large table I have conditions in column A and values in column B. I want to create a list of those values in B which meet a given condition in column A ("textjoinif"). To do so I basically have TEXTJOIN(", ";TRUE; IF(columnA="example";columnB;"")).
Yet TEXTJOIN does not ignore the blank lines. Why? What can I do to fix it? I want to avoid to clean up in a second step.
Thanks!
pi
I have the following situation: In a large table I have conditions in column A and values in column B. I want to create a list of those values in B which meet a given condition in column A ("textjoinif"). To do so I basically have TEXTJOIN(", ";TRUE; IF(columnA="example";columnB;"")).
Yet TEXTJOIN does not ignore the blank lines. Why? What can I do to fix it? I want to avoid to clean up in a second step.
Thanks!
pi