excel vba - VBA Method of combing and replacing data -


basically trying grip analytics of game helping out , have 2 spreadsheets, go 70k+ lines , has

spell id spell name guid spell id

on another, spell id spells or passives have selected on character. goal see how many times spell id has been chosen players.

my line of thought have spell id , spell name list define 1 in essense have id of 1 somehow related spell name beside , in case "word of recall"

then on second sheet want able have replace times finds 1 "word of recall" continue iterations. need large range there thousands of spellid.

so thinking there method define/link left , right side of columns in sheet 1(spell id , spell name) when went replace id's on sheet 2 query number , replace right of it? how go that?

after being able replace , if possible able further condense give me number somewhere of how many times name has come or has been "picked"

i pretty stumped on 1 haven't had data @ 1 time before.

thank can provide!

example of trying work with


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -