C
cqmman
Hello,
I am trying to do something really simple, but getting a bit stuck.
I have sheet1 with a unique list of names, and sheet2 with a list of
the same names (not unique) and a number next to then. I would like to
go down the list in sheet1, and put a total next to the name, from all
the entries in sheet2 which match.
The first thing I want to do, is read the contents of cell A1 into a
variable. I need to do it in a loop though, so I need to reference the
cell via this.
How can I do something like:
variable = cell( a, rowNum)
(where "variable" and "rowNum" are variables?)
Thanks
I am trying to do something really simple, but getting a bit stuck.
I have sheet1 with a unique list of names, and sheet2 with a list of
the same names (not unique) and a number next to then. I would like to
go down the list in sheet1, and put a total next to the name, from all
the entries in sheet2 which match.
The first thing I want to do, is read the contents of cell A1 into a
variable. I need to do it in a loop though, so I need to reference the
cell via this.
How can I do something like:
variable = cell( a, rowNum)
(where "variable" and "rowNum" are variables?)
Thanks