Forum Discussion
amartin05
Jan 07, 2019Copper Contributor
help with IF function?
I am trying to setup a function for the following: Calculating a grade based on satisfactory, needs improvement, and unsatisfactory grades. Grades have been entered as s, ni, and u. I would like ...
SergeiBaklan
Jan 07, 2019MVP
That could be
=INDEX(range,MODE(MATCH(range,range,0)))
How it works is here https://exceljet.net/formula/most-frequently-occurring-text