Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default VLOOKUP WITH BLANK REFERENCE CELLS

I am using this formula for a vlookup with blank reference cells. Can you
tell me what is wrong with this formula. I get an error message.

=IF(ISNA(VLOOKUP(A36,'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS
TEMPLATE.XLS]MEMBER LIST'!$A$4:$I$100,9,FALSE)),"",VLOOKUP(A36,'H\VHIS MANUAL
PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER LIST'$A$4:$I$100,9,FALSE))

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default VLOOKUP WITH BLANK REFERENCE CELLS

I see a exclamation mising in the second VLOOKUP (!)

=IF(ISNA(VLOOKUP(A36,
'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER
LIST'!$A$4:$I$100,9,FALSE)),"",
VLOOKUP(A36,
'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER
LIST'!$A$4:$I$100,9,FALSE))

If this post helps click Yes
---------------
Jacob Skaria


"Marysam67" wrote:

I am using this formula for a vlookup with blank reference cells. Can you
tell me what is wrong with this formula. I get an error message.

=IF(ISNA(VLOOKUP(A36,'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS
TEMPLATE.XLS]MEMBER LIST'!$A$4:$I$100,9,FALSE)),"",VLOOKUP(A36,'H\VHIS MANUAL
PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER LIST'$A$4:$I$100,9,FALSE))

Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default VLOOKUP WITH BLANK REFERENCE CELLS

You were missing an exclamation mark in second reference at the send of sheet
name.

=IF(ISNA(VLOOKUP(A36,'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS
TEMPLATE.XLS]MEMBER LIST'!$A$4:$I$100,9,FALSE)),"",VLOOKUP(A36,'H\VHIS MANUAL
PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER LIST'!$A$4:$I$100,9,FALSE))


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Marysam67" wrote:

I am using this formula for a vlookup with blank reference cells. Can you
tell me what is wrong with this formula. I get an error message.

=IF(ISNA(VLOOKUP(A36,'H\VHIS MANUAL PROCEDURES\[TRUST ACCOUNTS
TEMPLATE.XLS]MEMBER LIST'!$A$4:$I$100,9,FALSE)),"",VLOOKUP(A36,'H\VHIS MANUAL
PROCEDURES\[TRUST ACCOUNTS TEMPLATE.XLS]MEMBER LIST'$A$4:$I$100,9,FALSE))

Thank you.

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
Excel 2002: Return blank when VLOOKUP on blank cells Mr. Low Excel Discussion (Misc queries) 2 June 4th 09 05:12 PM
How to reference last non-blank cell value from a column cells? Hal J Excel Worksheet Functions 2 May 3rd 09 07:19 PM
Reference blank cells in formula cycles Excel Discussion (Misc queries) 7 June 28th 07 07:25 PM
Very puzzling - how do I reference cells without the blank rows??? ZMAN Excel Worksheet Functions 5 August 28th 06 07:36 PM
COUNT NON-BLANK CELLS WITH REFERENCE TO ANOTHER COLUMN carricka Excel Worksheet Functions 1 May 6th 05 04:50 PM


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