S
smckie
Hello All,
I am trying to find the largest value in a row 78 and once that valu
is found place the column header name (In Row 2) for that largest valu
found back to the cell. Then I will find the 2nd largest value in th
same row... etc The following commands work (Sometimes):
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,1),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,2),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,3),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,4),$78:$78,0)),-76,0,1,1)
In the case where there is more than one cell in row 78 with the sam
value the function returns the first cell that satifies the equatio
returning the same column name. I would like to be able to step to th
next column with the same value and return that columns name. So in th
case where there are three columns that have the same value in row 78,
would like to see the names of all three columns.
Any ideas? Any help would be greatly appreciated
Regards
Scot
I am trying to find the largest value in a row 78 and once that valu
is found place the column header name (In Row 2) for that largest valu
found back to the cell. Then I will find the 2nd largest value in th
same row... etc The following commands work (Sometimes):
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,1),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,2),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,3),$78:$78,0)),-76,0,1,1)
=OFFSET(INDEX($78:$78,MATCH(LARGE($78:$78,4),$78:$78,0)),-76,0,1,1)
In the case where there is more than one cell in row 78 with the sam
value the function returns the first cell that satifies the equatio
returning the same column name. I would like to be able to step to th
next column with the same value and return that columns name. So in th
case where there are three columns that have the same value in row 78,
would like to see the names of all three columns.
Any ideas? Any help would be greatly appreciated
Regards
Scot