Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to be able to collect information about 10 separate properties I
select at random. Address, year built, square footage, etc (about 14 line items). I prefer to use a form on a worksheet, not userform if possible. Since the information requested is identical for each of the properties, it seems redundant to construct 10 forms. Is there an ingenious way to construct one form, and based on the property number (1,2,3,etc.), transfer the data to a corresponding column of cells labeled 1, 2, 3 etc. so I can create a report that lists the information submitted for each property? Thank you in advance. Jim Kobzeff |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
It sounds as if you have a bona fide table. If so, Autofilter can be a good way to round up, summarize, and print select rows. Even if you have to roll your own by putting something in an empty column put there for that purpose. For example, you could have such an ad hoc column, and simply put anything in it, then Autofilter for not blank. -- Earl Kiosterud www.smokeylake.com "JK" wrote in message news:b2RJe.2100$0d.1529@trnddc03... I want to be able to collect information about 10 separate properties I select at random. Address, year built, square footage, etc (about 14 line items). I prefer to use a form on a worksheet, not userform if possible. Since the information requested is identical for each of the properties, it seems redundant to construct 10 forms. Is there an ingenious way to construct one form, and based on the property number (1,2,3,etc.), transfer the data to a corresponding column of cells labeled 1, 2, 3 etc. so I can create a report that lists the information submitted for each property? Thank you in advance. Jim Kobzeff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically appending newly added data on worksheet to a master list worksheet | Links and Linking in Excel | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming | |||
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet | Excel Programming |