Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet that has data records based on a form number. I am
creating a form on a separate worksheet 2 (same workbook) that will populate the cells based on selecting a drop-down value. If you click on the list in Cell 1 on worksheet 2, it should automatically fill in cells C2 (Duncan) and C3(Female) and C4 (46). Worksheet 1 C1 C2 C3 C4 R1 Tom Duncan Male 51 R2 Cheryl Duncan Female 46 R3 David Duncan Male 15 Worksheet 2 C1 C2 C3 C4 R1 Cheryl Duncan Female 46 R2 R3 I am under the impression that I would use the Activecell statement with Offset and this should fill in the values but I end up with zero (0) values. Can someone help out? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would try using vlookup on the form selecting the key a the value in the
data validation drop down. -- Hope this helps Martin Fishlock, Bangkok, Thailand Please do not forget to rate this reply. "Tony" wrote: I have a worksheet that has data records based on a form number. I am creating a form on a separate worksheet 2 (same workbook) that will populate the cells based on selecting a drop-down value. If you click on the list in Cell 1 on worksheet 2, it should automatically fill in cells C2 (Duncan) and C3(Female) and C4 (46). Worksheet 1 C1 C2 C3 C4 R1 Tom Duncan Male 51 R2 Cheryl Duncan Female 46 R3 David Duncan Male 15 Worksheet 2 C1 C2 C3 C4 R1 Cheryl Duncan Female 46 R2 R3 I am under the impression that I would use the Activecell statement with Offset and this should fill in the values but I end up with zero (0) values. Can someone help out? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
One validation drop-down populates another? | Excel Worksheet Functions | |||
drop down list populates data in another cell | Excel Discussion (Misc queries) | |||
Drop Down List Value populates adjacent cells | Excel Programming | |||
Select a category from a list that populates related cells | Excel Worksheet Functions | |||
How can I create a drop down list from non-adjacent cells | Excel Discussion (Misc queries) |