Skip to main content

How to judge grades based on grades

1. Usage scenarios

  • 90-100 excellent, 75-89 good, 60-74 pass, 59 points below for failure.

When filling in the score, automatic recognition and so on. Use the IF() function.

IF(A,B,C) function can be understoodIf A is satisfied, B is returned. Otherwise, C is executed/returned..

IF(A,B,IF(C,D,E) is understoodIf A is satisfied, B is returned; If A is not satisfied but C is satisfied, D is returned; If both A and C are not satisfied, E is returned..

If the score is greater than or equal to 90, it is excellent. Otherwise, if the score is greater than or equal to 75 (actually 90> score> = 75), it is good, otherwise, if the score is greater than or equal to 60 (in fact, it is 75> score> = 60), it will pass, and if you are not satisfied, the score will be less than 60, and it will fail.

In this example, one is to show the usage of IF functions, and the other is to say that the functions that are suitable for matching can be nested. Through appropriate nesting, various functions can be realized.

2. Effect demonstration


YIDA in order to better optimize the content and quality of YIDA user manual, it takes you 3-5 minutes to fill in the document feedback questionnaire. The document feedback questionnaire is submitted anonymously, and the questionnaire information is only used for YIDA document experience feedback collection. Thank you for your support for YIDA!

Click here to fill in the questionnaire


-------------------- Get the latest information YIDA, welcome to follow US--------------------

This doc is generated using machine translation. Any discrepancies or differences created in the translation are not binding and have no legal effect for compliance or enforcement purposes.
Copyright © 2024钉钉(中国)信息技术有限公司和/或其关联公司浙ICP备18037475号-4