Urgent: excel according to the contents of a cell to automatically fill in other cells (…
If a cell when the data for the 80-100, in addition to automatically display a cell outstanding need to show that the situation in the cell enter:= if (A1> = 80, “excellent”, (if ( A1> = 70, “good”, (if (A1> = 60, “pass”, “Fail “))))) can display more than 80 …