Strike only first one MAX cell value on row

拜拜、爱过 提交于 2019-12-02 11:37:22

You want this formula:

=F5=MAX($F$5:$J$30)

That way it will only compare one cell at a time.

If what you want is the first max only then use this formula:

=AND(F5=MAX($F$5:$J$30),COUNTIF($F5:F5,F5)=1,COUNTIF($F$4:$J4,F5)=0)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!