Hello all, hope you guys can help. I have been all over the net searching for a resolution with no success.
I have 3 coloums of data. A - Month, B - Employee, C - Model
My problem is I would like a formula that will give me the most frequent model, ignoring hidden cells.
I am using this current formula:
=INDEX($G$14:$G$985,MODE(IF(($G$14:$G$985<>"")*ISNA(MATCH($G$14:$G$985,$G$14:$G$14,0)),MATCH($G$14:$G$985,$G$14:$G$985,0))))
But yeah, once i filter the spreadsheet it kinda becomes redundant.
I have tried UDF with visible cells only and rowheight formulas to no avail.
I have a feeling its something simple that i am missing, any help would be appreciated.
Cheers
Johnny G
I have 3 coloums of data. A - Month, B - Employee, C - Model
My problem is I would like a formula that will give me the most frequent model, ignoring hidden cells.
I am using this current formula:
=INDEX($G$14:$G$985,MODE(IF(($G$14:$G$985<>"")*ISNA(MATCH($G$14:$G$985,$G$14:$G$14,0)),MATCH($G$14:$G$985,$G$14:$G$985,0))))
But yeah, once i filter the spreadsheet it kinda becomes redundant.
I have tried UDF with visible cells only and rowheight formulas to no avail.
I have a feeling its something simple that i am missing, any help would be appreciated.
Cheers
Johnny G