Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. anchor's aweigh wrote: 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. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200708/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TAKING INFO FROM ONE SHEET AND PRODUCING A LIST IN ANOTHER SHEET | Excel Discussion (Misc queries) | |||
How do I compare info in on sheet to info in another? | Excel Discussion (Misc queries) | |||
HOW CAN I PASTE THE DATE AUTOMATICLY THROUGH DIFFRENT SHEETS | Excel Discussion (Misc queries) | |||
How to copy/paste info into the protected sheet | Excel Discussion (Misc queries) | |||
how do you paste just specific info and not the hidden info? | Excel Discussion (Misc queries) |