View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Sending a raw number to a cell from a calculated cell

After you have the result then do Copypaste specialvalues


"Brian Denny" wrote:

Does anyone know how to send the results of a calculated cell to another cell
as a raw number. Example: Cell A1=100, cell A2 contains this formula:
=(A1/.5). A2 will thus contain the results of the formula which is equal to
200. I need that cell, or any cell to contain the answer as a raw number,
not the calculated result. If you click on A2 as it displays 200, it shows
the cell contents as =(A2/.5) not 200 as it need it to.

Can anyone help?