View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default How to find SUM when you already have the range?

Give this a try...

=SUM(INDIRECT(A2))

--
HTH...

Jim Thomlinson


"bau" wrote:

Hi all,
I have a situation where column A has different range value, I would like
to find the sum for the indicated range in the colum A. What should I write
in colum B (say in cell B2) instead of typing of "=SUM(" then drag cell D5
through D10?

Column A Column B
Range Total
D5:D10 =SUM(D5:D10)
D7:D9

Many thanks,