View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default SAME RANGE...DIFFERENT FORMULA

One way:

You could name the range (e.g., select the range, then type the name in
the Name box on the Formula bar), then you can use

=SUM(myrange)

=STDEV(myrange)

etc.

In article ,
F. Lawrence Kulchar
wrote:

Suppose I have a column of numbers, say in A1 through A600...

The =SUM(A1:A600) works perfectly for the sum.

Now, for successive formulas, I wish to use the same cell reference (i.e. A1
- A600), but a different formula, such as:

=STDEV(A1:A600)

Is there a way to use copy and paste, or whatever, to insert the same cell
range into a different formula?

In other words, instead of having to scroll with the mouse or type the
range, is there a more expedient manner in getting the same range into the
new formula?

Thanks,

FLKulchar