I have a range of data range(a5
24) with the headers of the column in row 5, 1,2,3,4,5 etc and each column is summed at the bottom in row 24.
I want to find the column headers for which the sum is 0. I use index/match but what if there are more than 1 columns which sum to 0?

I want to find the column headers for which the sum is 0. I use index/match but what if there are more than 1 columns which sum to 0?