Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Transferring Names between excel sheets

I am using Excel 2003 to design some registers for multiple college
activities with the front page a summary of students and each subsequent
pages is an activity's register. I would like to input the name of a student
into my first page and then a yes or no desicion based on what activity they
are doing. Based on that Y or N, I would like their name transferred to
relevant register on one of the following pages (this could very well work in
reverse but I don't know which is easier).

On the page the name is transferred to is a list of weeks in the columns
nest to the name with a total at the end. I would like this total transferred
back to the front summary sheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default Transferring Names between excel sheets

On Jun 19, 4:08*pm, John wrote:
I am using Excel 2003 to design some registers for multiple college
activities with the front page a summary of students and each subsequent
pages is an activity's register. *I would like to input the name of a student
into my first page and then a yes or no desicion based on what activity they
are doing. *Based on that Y or N, I would like their name transferred to
relevant register on one of the following pages (this could very well work in
reverse but I don't know which is easier).

On the page the name is transferred to is a list of weeks in the columns
nest to the name with a total at the end. I would like this total transferred
back to the front summary sheet.


U can try following:

Say Main sheet has the structu

Student Name Act1 Act2 Act3
Alpha Y
Beta Y
Y
Gamma Y

And you have sheets Act1, Act2 and Act3.

Then in each subsequent activity sheets, you have Student Names in
Column A
For Act1 Sheet you can make ColumnA fill with formula for e.g. in A2
you can have =OFFSET(Main!B2,0,-1)
in sheet Act2, your A2 will have =OFFSET(Main!B2,0,-2)
and so on
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Transferring Names between excel sheets

I'd keep the data in one worksheet and apply Autofilter to it. Then I could use
the dropdown arrow to show just the rows that I want.

But if you want...

Ron de Bruin's EasyFilter addin:
http://www.rondebruin.nl/easyfilter.htm

Code from Debra Dalgleish's site:
http://www.contextures.com/excelfiles.html

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

John wrote:

I am using Excel 2003 to design some registers for multiple college
activities with the front page a summary of students and each subsequent
pages is an activity's register. I would like to input the name of a student
into my first page and then a yes or no desicion based on what activity they
are doing. Based on that Y or N, I would like their name transferred to
relevant register on one of the following pages (this could very well work in
reverse but I don't know which is easier).

On the page the name is transferred to is a list of weeks in the columns
nest to the name with a total at the end. I would like this total transferred
back to the front summary sheet.


--

Dave Peterson
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
Transferring Excel Data to Make New File Names for Photos Lamp123 Excel Discussion (Misc queries) 3 December 1st 08 07:11 PM
Need help transferring information between work sheets! [email protected] Excel Worksheet Functions 0 April 25th 08 03:59 AM
transferring data between sheets The working poor Excel Worksheet Functions 1 January 10th 08 11:42 PM
Transferring data to other sheets denise Excel Discussion (Misc queries) 1 August 28th 06 11:01 PM
Transferring Data Between Sheets Neil M Excel Discussion (Misc queries) 4 May 12th 06 03:29 PM


All times are GMT +1. The time now is 02:34 PM.

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

About Us

"It's about Microsoft Excel"