View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_2_] Sheeloo[_2_] is offline
external usenet poster
 
Posts: 364
Default Display formula with values referenced

I think this can only be done using VBA...

"kdags" wrote:

I want to display a formula where values are referenced from other cells.

For example:

Column D displays the result of A-B. I want C to automatically display the
actual formula with the referenced values, not the cell numbers.

A B C D
1 10 7 10 - 7 = =A1-B1
"3"
2 20 12 20 - 12 = =A2-B2
"8"


Is there a way to do this?