Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Help with formula with Named Ranges

I have 3 Named Ranges in a Sheet Named("SavedData") as follows:
ModuleNames =SavedData!$A$2:$A$200 ; NamesDone =SavedData!$D$2:$D$200 and ;
CompetentDate=SavedData!$AD$2:$AD$200.

In another sheet named Completed_Modules i have set up a spreadsheet that
lists any Module Names that have entered into the SavedData sheet(Column
A).
I also have set up the spreadsheet to display any Names that have been also
entered into the SaveData sheet into the same row as the Module names but in
(Column D).
The CompetentDate when completed is also placed into the SavedData sheet on
the same row of data, in (Column AD).

What i am hoping to acheive is to display in the Completed_Modules
worksheet, the DATE if there is one entered in the SavedData, but in a cell
that has the NamesDone and ModuleNames matching.

I tried this formula but get no data in the cell:
=IF(AND(ModuleNames=A13,NamesDone=B1,CompetentDate <""),CompetentDate,"")

A13 is one of a list of Module Names in Column A in the spread sheet
B1 is one of a list of Names in Row 1

Name 1 Name 2 Name 3 Name 4 Name
5 etc across sheet
Module Name 5

Module Name3

Module Name 1 1/9/07

Module Name 8

Others etc....


As can be seen above if there is a match of the Module name, Name and there
is a Date in the CompetentDate sheet(CompetentData<"") then the date is
placed into the spreadsheet (1/9/07).



How can i get the named ranges to work in the formula as explained?

regards

Corey....


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Help with formula with Named Ranges

Try this array formula** :

=INDEXCompetentDate,MATCH(1,(ModuleNames=A13)*(Nam esDone=B1)*(CompetentDate<""),0))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.


--
Biff
Microsoft Excel MVP


"Corey ...." wrote:

I have 3 Named Ranges in a Sheet Named("SavedData") as follows:
ModuleNames =SavedData!$A$2:$A$200 ; NamesDone =SavedData!$D$2:$D$200 and ;
CompetentDate=SavedData!$AD$2:$AD$200.

In another sheet named Completed_Modules i have set up a spreadsheet that
lists any Module Names that have entered into the SavedData sheet(Column
A).
I also have set up the spreadsheet to display any Names that have been also
entered into the SaveData sheet into the same row as the Module names but in
(Column D).
The CompetentDate when completed is also placed into the SavedData sheet on
the same row of data, in (Column AD).

What i am hoping to acheive is to display in the Completed_Modules
worksheet, the DATE if there is one entered in the SavedData, but in a cell
that has the NamesDone and ModuleNames matching.

I tried this formula but get no data in the cell:
=IF(AND(ModuleNames=A13,NamesDone=B1,CompetentDate <""),CompetentDate,"")

A13 is one of a list of Module Names in Column A in the spread sheet
B1 is one of a list of Names in Row 1

Name 1 Name 2 Name 3 Name 4 Name
5 etc across sheet
Module Name 5

Module Name3

Module Name 1 1/9/07

Module Name 8

Others etc....


As can be seen above if there is a match of the Module name, Name and there
is a Date in the CompetentDate sheet(CompetentData<"") then the date is
placed into the spreadsheet (1/9/07).



How can i get the named ranges to work in the formula as explained?

regards

Corey....



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 206
Default Help with formula with Named Ranges

On Feb 26, 2:27*pm, "Corey ...." wrote:
I have 3 Named Ranges in a Sheet Named("SavedData") as follows:
ModuleNames =SavedData!$A$2:$A$200 ; NamesDone =SavedData!$D$2:$D$200 and ;
CompetentDate=SavedData!$AD$2:$AD$200.

In another sheet named Completed_Modules i have set up a spreadsheet *that
lists any Module Names that have entered into *the SavedData sheet(Column
A).
I also have set up the spreadsheet to display any Names that have been also
entered into the SaveData sheet into the same row as the Module names but in
(Column D).
The CompetentDate when completed is also placed into the SavedData sheet on
the same row of data, in (Column AD).

What i am hoping to acheive is to display in the Completed_Modules
worksheet, the DATE if there is one entered in the SavedData, but in a cell
that has the NamesDone and ModuleNames matching.

I tried this formula but get no data in the cell:
=IF(AND(ModuleNames=A13,NamesDone=B1,CompetentDate <""),CompetentDate,"")

A13 is one of a list of Module Names in Column A in the spread sheet
B1 is one of a list of Names in Row 1

* * * * * * * * * * * * * * * * Name 1 * *Name 2 * *Name 3 * *Name 4 * *Name
5 etc across sheet
Module Name 5

Module Name3

Module Name 1 * * * * * * * * * * * *1/9/07

Module Name 8

Others etc....

As can be seen above if there is a match of the Module name, Name and there
is a Date in the CompetentDate sheet(CompetentData<"") then the date is
placed into the spreadsheet (1/9/07).

How can i get the named ranges to work in the formula as explained?

regards

Corey....


Check out Vllokup
http://www.contextures.com/xlFunctions02.html
and index Match
http://www.contextures.com/xlFunctions03.html
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
Unexpected formula generation using named ranges Al Excel Discussion (Misc queries) 1 April 29th 08 02:40 PM
Using named ranges in a formula Steve_H Excel Worksheet Functions 3 April 23rd 08 08:10 AM
named ranges in multiple criteria formula ferde Excel Discussion (Misc queries) 4 April 4th 07 03:58 PM
Use named ranges in array formula Jan Excel Worksheet Functions 14 February 26th 07 08:11 PM
using named ranges for formula abbreviations Dave Breitenbach Excel Worksheet Functions 3 February 26th 07 05:21 PM


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