T
Tod
Here's my newbie question o' the day:
Is is possible to replace a cell reference in a formula
with the result of a string concatenation?
For example:
Cell A1 contains the last row of my data table (which is
100). I have a formula like this:
=Sum(B1:B100)
I'd like instead to do something like:
=Sum(B1:B&A1)
How could I do that?
tod
Is is possible to replace a cell reference in a formula
with the result of a string concatenation?
For example:
Cell A1 contains the last row of my data table (which is
100). I have a formula like this:
=Sum(B1:B100)
I'd like instead to do something like:
=Sum(B1:B&A1)
How could I do that?
tod