Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Jim is offline
external usenet poster
 
Posts: 615
Default How do I create a checklist to auto-fill another doc using excel?

I am trying to create a course catalog for online learning. I have created a
matrix where I have courses listed down the left hand side and job titles
accross the top. I want to be able to click in the boxes under the job titles
to assign courses and have the information for each course auto-populate /
auto-fill into another document or spreadsheet.

Any suggestions?

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I create a checklist to auto-fill another doc using excel?

One way is INDEX/MATCH

Illustrated in this sample:
http://cjoint.com/?jAbJsgtWDZ
Index match example.xls

Source table assumed in X, courses listed in A2 down, titles in B1 across

Then in Y,

In C2, copied down:
=IF(COUNTA(A2:B2)<2,"",INDEX(X!$A$1:$D$6,MATCH(B2, X!$A:$A,0),MATCH(A2,X!$1:$1,0)))

where in A2 down are Titles, in B2 down are Courses
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jim" wrote:
I am trying to create a course catalog for online learning. I have created a
matrix where I have courses listed down the left hand side and job titles
accross the top. I want to be able to click in the boxes under the job titles
to assign courses and have the information for each course auto-populate /
auto-fill into another document or spreadsheet.

Any suggestions?

Thanks in advance!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-populate, Auto-copy or Auto-fill? Jay S. Excel Worksheet Functions 4 August 10th 07 09:04 PM
Can I create a checklist that changes color as items are checked? The Waco Kid Excel Discussion (Misc queries) 1 June 18th 07 07:00 PM
How to create a checklist with check mark boxes. Michael H. Setting up and Configuration of Excel 2 March 29th 06 10:36 AM
Using Excel Auto Fill Mikeytj Excel Discussion (Misc queries) 3 March 9th 06 07:51 PM
how do i create a completion of task checklist chris Charts and Charting in Excel 0 January 27th 06 06:07 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"