I have seventeen columns of data. What I need is a way to compare two to four columns at a time and count the number of times a particular number appears as a maximum.
For example my data is on the left. I need to find the number of times the number 3 is a maximum from columns B,D and E![]()
Please Login or Register to view this content.
That should return a value of 1
3 from D,E,F should return 3
I have to be able to specify which columns to look at, and ideally I need to do it within a single cell.
If it helps there are 7 possible values for each cell (8,4,2,1,1/2,1/4,1/8,0) I need to find how many times each number appears as a maximum for every possible combination of columns (up to 4 columns, 3213 combinations in total)
I don't have the faintest idea where to start on this so any help would be greatly appreciated
Bookmarks