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

I think you have it .

"Rick Rothstein" wrote:

Are you looking for this?

="="&A1&"+"&A2

--
Rick (MVP - Excel)


"Todd Virlee" wrote in message ...
Value1 Value2 Value3

Where the above are in cells A1, A2, and A3.

If a different cell has a formula =A1+A2, can we have a macro that would put
the translation in a cell below it, so it would look like =Value1+Value2?