221389/textjoin-with-adjacent-headers-and-rows-with-a-twist
I have a formula that works without taking into account the blank cells when I'm trying to conduct a Textjoin() to obtain the adjacent row header when the cell in a row is filled.
The intended result would be:
example of the desired output:
I have a formula that works without looking at the blanks, what I need is when there is a blank cell the adjacent header is ignored.
Try the following formula-
=TEXTJOIN(" ",1,FILTER($A$1:$C$1,A2:C2<>"")&":"&FILTER(A2:C2,A2:C2<>""))
To make it dynamic (automatically spill results) try-
=BYROW(A2:C4,LAMBDA(x,TEXTJOIN(" ",1,FILTER(A1:C1,x<>"")&":"&FILTER(x,x<>""))))
You can easily find the file using ...READ MORE
Hey, @Tanush If you have already registered for ...READ MORE
i want to link my logo to ...READ MORE
I'm trying to share a story with ...READ MORE
Hello, yes u can find your birthdate using ...READ MORE
Hi To Calculate the date, we can ...READ MORE
1 I having a Excel sheet with 1 ...READ MORE
In this case, you can use nested ...READ MORE
<h1> <a href="http://edureka.co"> ...READ MORE
You can enter the following formula in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.