View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben[_2_] Gord Dibben[_2_] is offline
external usenet poster
 
Posts: 621
Default Copy the content of a cell with Formula

CopyPaste SpecialValue


Gord

On Tue, 12 Jun 2012 20:13:48 +0000, Miguel Enriquez's
wrote:


hi all, exist a way for copy the content of a cell to other with
formula?

sample: in cell A10 i have: =Sum(a1:a9)

sum(a1:a9) = 250


exist a way for store in cell A10 the value: 250? without formula?

only the result of the formula?

thanks