Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

How to create primary/secon single click checkbox line autopopulat

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ktyner - 14 Mar 2008 03:48 GMT
I want to create a checkbox type spreadsheet that will autofill line data to
a total sheet. What do I use? Formulas? Which one, and how?

Ex>>>Cell H63 will be filled in with the amount in F55 if I check G55. Then
check a secondary, (G45), and H64 will will autofill with F45
             F     G  
45          103 (X)  checked second
55          87   (X) checked first
72          19   (X) checked last

AKA...Applicant                  87   (H63) first to populate
        Spouse                    103  (H64) Second
        Child                        19   (H65) next and so on
Max - 14 Mar 2008 07:30 GMT
Perhaps a simpler alternative to consider, which gives you an equivalent
functionality

Instead of checkboxes, just input the numbers: 1,2,3 into G55:G57, depending
on which is to be entered 1st, 2nd or 3rd

Then in H63:
=IF(ISNA(MATCH(ROWS($1:1),$G$55:$G$57,0)),"",INDEX($F$55:$F$57,MATCH(ROWS($1:1),$G$55:$G$57,0)))
Copy down to H65. H63:H65 will return the results that you seek.
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> I want to create a checkbox type spreadsheet that will autofill line data to
> a total sheet. What do I use? Formulas? Which one, and how?
[quoted text clipped - 10 lines]
>          Child                        19   (H65) next and so on              
>                        
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.