Hi,
Please find the attached file, I want to change the name A,B C randomly then must be change the total marks above from the table. How can I do? Please help
I'm not completely sure what you want, but it looks like a conditional sum type question. With your example, in cell B13:
=SUMPRODUCT(($A$2:$A$4=A13)*($B$2:$D$4))