Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Excel Program Question

Thank you to all who look and possibly find a solution to my dilema.

I have a worksheet that I am working on that has 13 pages. 12 pages that
represent the months in the year and the 13th page is the planner page. On
the planner page there is an area where the user may select a month and on
that portion of the planner worksheet I would like for it to be able to
populate the planner work sheet with the percentages from the same month the
user is requesting. (ex: user selects april on planner and it populates on
the planner various sales figures found on the april worksheet that
correspond to that sales catergory)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default Excel Program Question

I'm thinking that you want to use a Worksheet_SelectionChange Event to do
this. You can read more about events he
http://www.cpearson.com/Excel/events.htm


"RJ Swain" wrote:

Thank you to all who look and possibly find a solution to my dilema.

I have a worksheet that I am working on that has 13 pages. 12 pages that
represent the months in the year and the 13th page is the planner page. On
the planner page there is an area where the user may select a month and on
that portion of the planner worksheet I would like for it to be able to
populate the planner work sheet with the percentages from the same month the
user is requesting. (ex: user selects april on planner and it populates on
the planner various sales figures found on the april worksheet that
correspond to that sales catergory)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Excel Program Question

Ok, that is really way over my head. Is there anyone who might be able to
give me an idea or help with this small project. Here are some more details:
A43 is where the user can select the month from a drop down list.
A45 is where the results should show from pulling from the sheet labeled
matching the month the user has selected.
C3 is the cell on the sheet of the selected month of the user.

Thanks





"Barb Reinhardt" wrote:

I'm thinking that you want to use a Worksheet_SelectionChange Event to do
this. You can read more about events he
http://www.cpearson.com/Excel/events.htm


"RJ Swain" wrote:

Thank you to all who look and possibly find a solution to my dilema.

I have a worksheet that I am working on that has 13 pages. 12 pages that
represent the months in the year and the 13th page is the planner page. On
the planner page there is an area where the user may select a month and on
that portion of the planner worksheet I would like for it to be able to
populate the planner work sheet with the percentages from the same month the
user is requesting. (ex: user selects april on planner and it populates on
the planner various sales figures found on the april worksheet that
correspond to that sales catergory)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Excel Program Question

Hi

Try
=INDIRECT("'"&A43&"'!&A1)
where A1 represents the cell on the relevant sheet that you wish to pick
up.

Note that there are single quotes inside the double quotes
( " ' " & A43 & " ' ! " &A1)

With A1 relative, as you copy across it will change to B1 etc, and as
you copy down it will change to A2.

Adjust to suit your needs.
--
Regards

Roger Govier


"VegasBurger" wrote in message
...
Ok, that is really way over my head. Is there anyone who might be able
to
give me an idea or help with this small project. Here are some more
details:
A43 is where the user can select the month from a drop down list.
A45 is where the results should show from pulling from the sheet
labeled
matching the month the user has selected.
C3 is the cell on the sheet of the selected month of the user.

Thanks





"Barb Reinhardt" wrote:

I'm thinking that you want to use a Worksheet_SelectionChange Event
to do
this. You can read more about events he
http://www.cpearson.com/Excel/events.htm


"RJ Swain" wrote:

Thank you to all who look and possibly find a solution to my
dilema.

I have a worksheet that I am working on that has 13 pages. 12 pages
that
represent the months in the year and the 13th page is the planner
page. On
the planner page there is an area where the user may select a month
and on
that portion of the planner worksheet I would like for it to be
able to
populate the planner work sheet with the percentages from the same
month the
user is requesting. (ex: user selects april on planner and it
populates on
the planner various sales figures found on the april worksheet that
correspond to that sales catergory)



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default Excel Program Question

I have a worksheet that I am working on that has 13 pages. 12 pages
that represent the months in the year and the 13th page is the
planner page. On the planner page there is an area where the user
may select a month and on that portion of the planner worksheet I
would like for it to be able to populate the planner work sheet
with the percentages from the same month the user is requesting.


... A43 is where the user can select the month from a drop down
list. A45 is where the results should show from pulling from the sheet
labeled matching the month the user has selected.
C3 is the cell on the sheet of the selected month of the user.


Here's one way.

In the A43 drop-down list use the same names that are the tab names;
maybe, Jan, ..., Dec.

Then in A45 put
=INDIRECT(A43&"!C3")


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Excel Program Question

Awesome! Thank you all very much!

"MyVeryOwnSelf" wrote:

I have a worksheet that I am working on that has 13 pages. 12 pages
that represent the months in the year and the 13th page is the
planner page. On the planner page there is an area where the user
may select a month and on that portion of the planner worksheet I
would like for it to be able to populate the planner work sheet
with the percentages from the same month the user is requesting.


... A43 is where the user can select the month from a drop down
list. A45 is where the results should show from pulling from the sheet
labeled matching the month the user has selected.
C3 is the cell on the sheet of the selected month of the user.


Here's one way.

In the A43 drop-down list use the same names that are the tab names;
maybe, Jan, ..., Dec.

Then in A45 put
=INDIRECT(A43&"!C3")

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
Excel Program [email protected] Excel Worksheet Functions 2 September 8th 06 06:52 PM
can vb from excel launch another program? Mr BT Excel Worksheet Functions 0 August 16th 06 05:37 PM
Excel program gill santiago Excel Discussion (Misc queries) 1 November 14th 05 03:00 PM
Excel program Sue Excel Discussion (Misc queries) 2 March 11th 05 10:15 PM
How do I set up a min max program in excel? brian Excel Worksheet Functions 1 December 3rd 04 06:26 AM


All times are GMT +1. The time now is 03:00 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"