Hi,
I'm wondering how to do something in VBA
Let say you have a table with column A (name) and column B (scores) and it lists multiple names with different game scores. And I want to find the total score for a specific name. In SQL you can just use a "where" criteria to return results only for the specific name and sum his/her scores. How would you do that using EXCEL VBA? I'd imagine using an array table somehow but beyond that I don't know how to filter then put a sum action to it. Please help.
I'm wondering how to do something in VBA
Let say you have a table with column A (name) and column B (scores) and it lists multiple names with different game scores. And I want to find the total score for a specific name. In SQL you can just use a "where" criteria to return results only for the specific name and sum his/her scores. How would you do that using EXCEL VBA? I'd imagine using an array table somehow but beyond that I don't know how to filter then put a sum action to it. Please help.