Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CWH CWH is offline
external usenet poster
 
Posts: 4
Default =IF(NOT(ISNA(VLOOKUP Function

I am using Excel 2003

I am trying to produce a summary shett from five differnet worksheets.

I am using the following function
=IF(NOT(ISNA(VLOOKUP(E7,Tests!D1:Tests!S147,18,FAL SE))),VLOOKUP(E7,Tests!D1:Tests!S147,18,FALSE),"") .

It works fine until I reach 18 and above and it returns #REF!.

Does this formula not work after 17 or is there another formula that I
should be using.

Colin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default =IF(NOT(ISNA(VLOOKUP Function

Hi,

The VLOOKUP() table array cannot span across sheets. Do let us know what
you are trying to do?

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"CWH" wrote in message
...
I am using Excel 2003

I am trying to produce a summary shett from five differnet worksheets.

I am using the following function
=IF(NOT(ISNA(VLOOKUP(E7,Tests!D1:Tests!S147,18,FAL SE))),VLOOKUP(E7,Tests!D1:Tests!S147,18,FALSE),"") .

It works fine until I reach 18 and above and it returns #REF!.

Does this formula not work after 17 or is there another formula that I
should be using.

Colin


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default =IF(NOT(ISNA(VLOOKUP Function

It should not work for 17 either because the range D to S is only 16 columns.
Your formula should also look like this.

=IF(NOT(ISNA(VLOOKUP(E7,Tests!D1:S147,16,FALSE))), VLOOKUP(E7,Tests!D1:S147,16,FALSE),"").


"CWH" wrote:

I am using Excel 2003

I am trying to produce a summary shett from five differnet worksheets.

I am using the following function
=IF(NOT(ISNA(VLOOKUP(E7,Tests!D1:Tests!S147,18,FAL SE))),VLOOKUP(E7,Tests!D1:Tests!S147,18,FALSE),"") .

It works fine until I reach 18 and above and it returns #REF!.

Does this formula not work after 17 or is there another formula that I
should be using.

Colin

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
IF, ISNA & VLOOKUP Sara Excel Worksheet Functions 5 November 14th 08 04:16 AM
Vlookup - ISNA function Eduardo Excel Discussion (Misc queries) 4 September 24th 08 06:10 PM
If statement with Vlookup - including ISNA function to compare two columns from different worksheets nakliwala Excel Worksheet Functions 3 September 25th 07 09:30 AM
Using VLOOKUP (ISNA) function to compare 2 columns on different worksheets in excel nakliwala Excel Worksheet Functions 4 September 25th 07 08:17 AM
if isna and vlookup together tina Excel Worksheet Functions 2 January 20th 05 01:06 PM


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