automaticly paste info from another sheet

G

Guest

2003 Excell - I'm asking a customer what they need, expected responses are in
column "B". Column A is a small box to be "X" 'd alongside the need they
express (column "B"). I want my "features and benefits" from another sheet to
automaticly paste to this sheet when I've placed an "X" in the box
corresponding to the need the customer has expressed.

Basicly: make info automaticly paste from another sheet by having something
entered into a cell.
 
S

squenson via OfficeKB.com

You have two ways to make "automatic" paste:
1) A formula
You could have in column C something like (adapt the row #'s), for example C4:
= IF(A4="X",mySheet!D4,"")
This will only display information when column A contains X

2) A macro
More complex, and it requires more info about the info to paste.

Stephane Quenson.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top