• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Name Changes

Saroj

New Member
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
 

Attachments

  • Book2.xlsx
    8.5 KB · Views: 8
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))
 
Back
Top