Thread: Paste Special
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 299
Default Paste Special

Are you using circular references or it is a typo? Normally you wouldn't
have =SUM(A1:A4) in cell A4 since you would get a circular reference error
and you need to change the iteration under toolsoptionscalculation.
Anyway, you can use absolute references like

=SUM($A$1:$A$3)

then copy and paste


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"SallyGirl" wrote in message
...
I am trying to copy a series of cells within the same colum and paste
within
that same colum without changing the formula....whenever I paste it
changes
the formula to match the cells that I am pasting it in.
For example:
A4=sum(A1:A4)
I want to past this formula into A5 where it still reads (A1:A4)

I know that I am making this harder than it needs to be!
Please help