Forum Discussion
+/- Student Grade Formula Question
You might create a pivot table based on the data.
Add the subject to the rows area, the grade to the columns area and the student name to the values area.
Alternatively, create formulas using the COUNTIFS function
- colee365Jun 14, 2023Copper ContributorThank you
I did try the countif but it doesn't like the + or - attached to the grades- mtarlerJun 14, 2023Silver Contributor
colee365 I don't understand why you say countif doesn't like the +/-. It seemed to work perfectly in the example I show below:
EDIT: BTW you can see I'm using mixed text and numbers based on the left vs right justification and it works fine and even if I search text it finds the values (notice the 'number' 2 is left justified with the triangle indicating it is formatted as text instead of numeric.
- HansVogelaarJun 14, 2023MVP
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar? - SergeiBaklanJun 14, 2023Diamond Contributor
I guess you have texts like "1-", "1", "1+", from that point of view COUNTIFS shall work as with any other text.