View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd Virlee Todd Virlee is offline
external usenet poster
 
Posts: 11
Default Is this possible?

If your spreadsheet looks like this

ValueA ValueB ValueC

where these cells are A1, A2, and A3.

If another row has a cell that has =(A1+A2), we want to have a macro that
would put a value in the cell below that displays =(ValueA+ValueB).