I have a table with nine columns and twenty rows. I am trying to id which column header has the max count of fields below it where the values are greater than or equal to a specified number. The table range is J4:R23. The specified number is B6. J4:R4 contains the header that i am trying to match. Any thoughts on formula to obtain the appropriate column header? Thanks!
标签:
excel-formula
相关问题
- Excel formula in VBA code
- Excel named ranges to make incrementing headers an
- How can I use the WEEKNUM function in a statement
- SUMIF(S) with VLOOKUP
- Turn a value range in a cell into a comma separate
相关文章
- How do you figure out the MEDIAN of a column takin
- Excel expression to copy rows but remove blank row
- Excel formula in counting distance between a speci
- How can I write an excel formula to return a value
- How do I fuzzy match just adjacent cells?
- Google spreadsheet relative row numbering + skip e
- How to get the formula cell value(data) using apac
- How do I prevent Excel from automatically replicat
I made a VBA function too, it's redundant and so on but here it is:
This thing barely fits, certainly not the best solution but should work jus fine:
See my attached file (replacing and copying may have corrupted the formula).