1. Trying to find a way to count how many col...

  1. Trying to find a way to count how many columns in a row say โ€œcorrectedโ€ or โ€œreportedโ€

  2. Trying to return the column header of with a โ€œtext joinโ€ function of each cell in a row that contains โ€œcorrectedโ€ and/or โ€œreportedโ€

There are too many columns to do it individually. Anyway to do it with a โ€œ_thisrowโ€ function?

0 2 468
2 REPLIES 2

Harry2
New Member

@Thomas_Roberts Hi Thomas, there is currently no built-in function to automatically return the column headers, which means that you will need to โ€œhard codeโ€ the column headers into your expression.

Also, there is no function/mechanism to programmatically iterate or โ€œcycleโ€ through all of the columns, which again means that thereโ€™s no avoiding adding each column individually into the expression.

Ok thanks! at least i can stop chasing my tail

Top Labels in this Space