A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi Princeyemi,
I don't think this can be done with a single formula.
An easy way to do this is using Unique, COUNTIF and CONCAT function.
For instance:
First, use Unique function to get all the grades under your Grade column:
Then, use COUNTIF to calculate how many times they appear under Grade Column.
Finally, use CONCAT to link these values.
=CONCAT(B2,C2,", ",B3,C3,", ",B4,C4,", ",B5,C5,", ",B6,C6)
Regards,
Alex Chen