View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MAM[_2_] MAM[_2_] is offline
external usenet poster
 
Posts: 1
Default Macro for pasteing to destination based on a cell value

Try this ....

=IF(X1=1,C1=A1,IF(X1=2,C2=A2, IF(X1=3,C3=A3,X1=0)))

----- daggra wrote: ----

I have a simple macro which copies the values from a set of cells, an
pastes them into a different sheet
However I'm trying to change it so that the destination cell i
dependant on the value contain in a seperate cell

For example:
I want to copy from 'A1' and paste to 'C1', but if the value of 'X1'
1, I want to paste into 'C2' - If 'X1' = 2 then it pastes into 'C3
etc

The value range for X1 would only be between 1 and 5

Any ideas you've got would be appreciated


--
Message posted from http://www.ExcelForum.com