View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Using a variable for range of cells

Something like

=SUM(INDEX(A23:T75,,2))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Chart_Maker_Wonderer" wrote
in message ...
I am currently working on a spreadsheet where there are going to be a few
calculations between a certain number of cells. The letter of the cell
changes tho.

One of the columns that gets calculated is A23:A75 and a different column
that gets calculated is T23:A75. Is there a way to make something where I
can
have it say that the numbers are 23-75 and so I can just put that and then
the letter of the column. It would make it easier then having to change a
bunch of formuals.