View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex Smariga Alex Smariga is offline
external usenet poster
 
Posts: 3
Default How do I Copy data dynamically to a calculated cell

In my worksheet, I have 3 columns of data and a table of monthly
entries.

One column is a value for the table, once column is a location in the
table to place a value, and the third column is the value to be copied
to that location.

Is there a function that would allow me to create a formula to
"COPY(fromcell, tocell)".

I have all the information, I just don't understand how to make such a
folrmula. Do I have to create a macro? I've never done that before,
and I'd prefer if it were a formula in a cell, as the data is pretty
static.

Alex Smariga