in excel can I write = c2 as a formula such as =cell(2,3)

S

segray

Sheet1 is a price list
if a person enters 5 in cell a5 (quantity) I want that 5 to be place in the
first blank
line on sheet two. To do so I need to write that cell as a formula. PS I
don't know visual basic and would prefer not to use it.
 
B

BenjieLop

If I understand your post correctly, your sheet 2 cell (wherever it is
should have this formula

=Sheet1!A5
 
Top