Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Dynamic cell range for functions

Hi,

I have a problem that I can't seem to find any reference in books to help.

The scenario is that I have a multi-sheet workbook, sheet 1 (Master Work
List) contains the details of all the work that we have assigned, one row per
task. One of the details in the task is the developer to whom the work is
assigned. What I am then trying to do is make one sheet for each developer
listing only work that is assigned to them.

For each column on the employees sheet (starting at Col c) I have the
following function
=LOOKUP($G$2,'Master Work List'!$F3:$F$500,'Master Work List'!A3:A$500)
This seems to work, so in G2 there is the Employee initial, and it searches
"Master Work List' sheet to get the task back, however it only returns the
first task for the employee.

What I am trying to do is have the search list auto built from the contents
of another cell (which I can then create based on the previous search), so
each time I can start the search after the row of the last match.

I have tried the following
=LOOKUP($G$2,CELL("contents",A5),'Master Work List'!A3:A$500)

where the contents of A5 are 'Master Work List'!$F5:$F$500

Where A5 contains the new search list, but this does not work, with Excel
saying 'Volatile'

Has someone tried this before, is there a way to do this, am I simply mad?

I would appreciate any comments to help

Many Thanks
Rob

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Dynamic cell range for functions

Hi Rob,

Look in HELP for the INDIRECT() function

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Rob Hayles" wrote in message ...
| Hi,
|
| I have a problem that I can't seem to find any reference in books to help.
|
| The scenario is that I have a multi-sheet workbook, sheet 1 (Master Work
| List) contains the details of all the work that we have assigned, one row per
| task. One of the details in the task is the developer to whom the work is
| assigned. What I am then trying to do is make one sheet for each developer
| listing only work that is assigned to them.
|
| For each column on the employees sheet (starting at Col c) I have the
| following function
| =LOOKUP($G$2,'Master Work List'!$F3:$F$500,'Master Work List'!A3:A$500)
| This seems to work, so in G2 there is the Employee initial, and it searches
| "Master Work List' sheet to get the task back, however it only returns the
| first task for the employee.
|
| What I am trying to do is have the search list auto built from the contents
| of another cell (which I can then create based on the previous search), so
| each time I can start the search after the row of the last match.
|
| I have tried the following
| =LOOKUP($G$2,CELL("contents",A5),'Master Work List'!A3:A$500)
|
| where the contents of A5 are 'Master Work List'!$F5:$F$500
|
| Where A5 contains the new search list, but this does not work, with Excel
| saying 'Volatile'
|
| Has someone tried this before, is there a way to do this, am I simply mad?
|
| I would appreciate any comments to help
|
| Many Thanks
| Rob
|


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
Help with copying dynamic column selected based on remote cell value and dynamic formula fill ers Charts and Charting in Excel 0 March 1st 06 01:05 AM
Row Expansion Susan Excel Worksheet Functions 11 February 28th 06 07:15 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Reveal cell formats and extendable range in tool/statusbar/icon. Danny O'Hern ([email protected]) Excel Worksheet Functions 0 April 29th 05 01:16 PM


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