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 Changing Defined Names

I am try to create a formula where it will look up a range of defined names
and then look for a value on that range found. how would i do that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Changing Defined Names

What does ... look for a value on that range ... mean?

--

HTH

Bob

"Lelethu" wrote in message
...
I am try to create a formula where it will look up a range of defined names
and then look for a value on that range found. how would i do that?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Changing Defined Names

The below formula will check whether the name specified in E7 exists in the
list of names in G1:G10 and if found search the search string specified in
cell E8 in that named range and returns the status...Try and feedback

E7 = name
E8 = search string

=IF(ISNA(MATCH(E7,G1:G10,0)),"Name not found",
IF(ISNA(MATCH(E8,INDIRECT(E7),0)),"Entry not found","Found"))

--
Jacob


"Lelethu" wrote:

I am try to create a formula where it will look up a range of defined names
and then look for a value on that range found. how would i do that?

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
Why use defined names? Eric Excel Discussion (Misc queries) 2 December 31st 07 06:07 AM
defined names xcel user[_2_] Excel Worksheet Functions 1 December 14th 07 05:43 PM
Defined names lesley1000 via OfficeKB.com Excel Worksheet Functions 3 December 10th 07 02:50 PM
NAMES DEFINED F. Lawrence Kulchar Excel Discussion (Misc queries) 5 November 14th 06 07:54 AM
Changing Multiple Defined Names At Once? Wuddus Excel Discussion (Misc queries) 3 September 26th 06 12:57 AM


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