Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default HELP! Unknown range

Hi, I'm not sure if someone can help me.

I have this formula:
=IF(ISNUMBER(VLOOKUP($W8,actuals,X$6,FALSE)),(VLOO KUP($W8,actuals,X
$6,FALSE)),0)

The problem is that I dont know where the "acutals" are. I have
inherrieted this spreadsheet from someone who is non-contactable, and
I cannot find where the actuals are. I have loooked in the "Insert"
"Name" area and cannot find anything called "actuals" even though it
exists on the drop down box.

This is fairly urgent.... can someone please help?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default HELP! Unknown range

When you select the range from the dropdown box, it will go to that range and
highlight it. Are there hidden sheets?

"Excel_Oz" wrote:

Hi, I'm not sure if someone can help me.

I have this formula:
=IF(ISNUMBER(VLOOKUP($W8,actuals,X$6,FALSE)),(VLOO KUP($W8,actuals,X
$6,FALSE)),0)

The problem is that I dont know where the "acutals" are. I have
inherrieted this spreadsheet from someone who is non-contactable, and
I cannot find where the actuals are. I have loooked in the "Insert"
"Name" area and cannot find anything called "actuals" even though it
exists on the drop down box.

This is fairly urgent.... can someone please help?

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default HELP! Unknown range

Hi,

No it doesnt go anywhere, thats why I am confused. Any Idea's?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default HELP! Unknown range

Hi

Right click on any sheet tab and choose View Code.
This will invoke the VB editor.
If the Immediate window is not visible, type Control+G to invoke it.
In the Immediate window, type
names("actuals").visible=true
and hit Enter.

Now go to InsertNamesDefine and see if it shows up in the list.
Your formula
=IF(ISNUMBER(VLOOKUP($W8,actuals,X$6,FALSE)),(VLOO KUP($W8,actuals,X
$6,FALSE)),0)

could run quicker if you used
=IF(COUNTIF(actuals,$W$8),(VLOOKUP($W8,actuals,X$6 ,FALSE)),0)
provided it is the presence of W8 that could be the problem, rather than
the value offset X6 columns from the W8 value.

--
Regards

Roger Govier


"Excel_Oz" wrote in message
oups.com...
Hi,

No it doesnt go anywhere, thats why I am confused. Any Idea's?



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
Sumproduct (Range unknown, needs Search) ExcelQuestion Excel Worksheet Functions 8 May 3rd 06 07:24 AM
Unknown Rows Darren Excel Discussion (Misc queries) 2 April 7th 06 10:57 PM
Average of Unknown Range Mike Excel Discussion (Misc queries) 9 March 24th 06 03:37 PM
unknown links BorisS Excel Discussion (Misc queries) 1 November 12th 05 03:08 PM
Unknown Characters Maccas Excel Discussion (Misc queries) 1 July 30th 05 12:09 PM


All times are GMT +1. The time now is 03:21 PM.

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"