I have a question regarding how to calculate minimum cost (using MIN function) per category of items.
+-------------------------------------------+-------+------+
| A | B | C |
+-------------------------------------------+-------+------+
| TD Canadian Money Market Fund Series A | 0.56 | |
+-------------------------------------------+-------+------+
| TD Canadian Money Market Fund Series F | 0.43 | |
+-------------------------------------------+-------+------+
| Invesco Allocation Fund Series A | 0.02 | |
+-------------------------------------------+-------+------+
| Invesco Allocation Fund Series F | 0.32 | |
+-------------------------------------------+-------+------+
I'm trying to figure out how to return in Column C the lowest cost (Column B) per each fund (Column A) so that I could filter out all the more expensive funds and only have the data for the least expensive Class of each fund. I would like it to remain using excel functions only and not VB code if possible.
Thanks a lot in advance for the help, it will be very appreciated.
Gabriel