View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kgallo kgallo is offline
external usenet poster
 
Posts: 6
Default macro- keep value in cell and add value for adjacent cell

I am trying to write a simple macro to an essence do the following:
A B C
1 =(564*12) =216 =((564*12)-216)
2
3

I want a macro to do column C. I have hundreds of rows where I need this and
would rather not type them all out.
Any help would be much appreciated!
Thanks.