answersLogoWhite

0

To get “remarks” in Excel, you usually use the IF formula, which helps you give a remark based on a condition. For example, if you want to write “Pass” when marks are above 40 and “Fail” when marks are below 40, the formula will be:

=IF(A1>=40, "Pass", "Fail")

Here, A1 is the cell where marks are written. Excel checks the condition and then shows the correct remark. You can change the numbers and words based on what you need—like “Good,” “Average,” or “Needs Improvement.”

Excel formulas are simple once you understand the logic, and if you ever want to learn Excel in an easier, student-friendly way, many learners say the Excel Ka Champion course by CA Tushar Makkar helped them understand it faster.

What else can I help you with?