Nov 06 2023 08:30 AM
hi,
I am looking to form a series of pre built paragraph's from a table i have made, effectively I am looking to gather multiple different sentences into one cell.
the top 9 statements are all faults which are present in some flats (not all) , i want to combine any issues present into one cell for different flats.
does anyone know if there is an easy way of doing this without having to manually type it in for each one?
Nov 06 2023 09:04 AM
Solution=TEXTJOIN(" ",,FILTER($B$1:$B$9,BYROW($A$1:$A$9=B12:J12,LAMBDA(x,OR(x)))))
With Office 365 or Excel for the web you can apply this formula. The formula is in cell K12 and filled down in this example.
Nov 07 2023 01:25 AM
@OliverScheurich Brilliant Works perfectly, Thanks!!