Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Killer
 
Posts: n/a
Default Removing The N/A from showing in open fields

=LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$D$60)

Im using this code on my excel sheet and when Column I6 is blank it shows
N/A in column M6 how can this be removed not to show the N/A

Thanks ahead!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default Removing The N/A from showing in open fields

One way:

=IF(ISNA(MATCH(I6,index!$C$8:$C$60,0)),"",LOOKUP(I 6,index!$C$8:$D$60))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Killer" wrote in message
...
=LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$D$60)

Im using this code on my excel sheet and when Column I6 is blank it shows
N/A in column M6 how can this be removed not to show the N/A

Thanks ahead!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ragdyer
 
Posts: n/a
Default Removing The N/A from showing in open fields

Perhaps this might be more to your liking:

=IF(ISNA(LOOKUP(I6,index!$C$8:$D$60)),"",LOOKUP(I6 ,index!$C$8:$D$60))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Ragdyer" wrote in message
...
One way:

=IF(ISNA(MATCH(I6,index!$C$8:$C$60,0)),"",LOOKUP(I 6,index!$C$8:$D$60))

--
HTH,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-
"Killer" wrote in message
...
=LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$D$60)

Im using this code on my excel sheet and when Column I6 is blank it

shows
N/A in column M6 how can this be removed not to show the N/A

Thanks ahead!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Killer
 
Posts: n/a
Default Removing The N/A from showing in open fields

Thanks Ragdyer much appreciated.

"Ragdyer" wrote:

One way:

=IF(ISNA(MATCH(I6,index!$C$8:$C$60,0)),"",LOOKUP(I 6,index!$C$8:$D$60))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Killer" wrote in message
...
=LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$D$60)

Im using this code on my excel sheet and when Column I6 is blank it shows
N/A in column M6 how can this be removed not to show the N/A

Thanks ahead!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davesexcel
 
Posts: n/a
Default Removing The N/A from showing in open fields


http://www.techonthenet.com/excel/formulas/iserror.php

You may want to try the iserror function with your formula, the above
site has a good example


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=535358



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Removing The N/A from showing in open fields

Two options:

1]

=IF(I6<"",LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$ D$60),"")

2] Add a record in C7:D7 consisting of 0 and ="" on Index without
disturbing the ascending order that is applied to C8:D60.

This allows you to invoke:

=LOOKUP(I6,Index!$C$7:$C$60,Index!$D$7:$D$60)

allowing to avoid #N/A for a lookup ref that is empty.

Killer wrote:
=LOOKUP(I6,Index!$C$8:$C$60,Index!$D$8:$D$60)

Im using this code on my excel sheet and when Column I6 is blank it shows
N/A in column M6 how can this be removed not to show the N/A

Thanks ahead!

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
Can't open spreadsheet via shortcut Stuart Excel Discussion (Misc queries) 9 April 20th 06 08:00 PM
How do i open excel doc in works? mdelmatt Excel Discussion (Misc queries) 3 July 8th 05 09:51 PM
automatically open .txt file with all fields as text? Jerry Excel Discussion (Misc queries) 2 June 28th 05 04:35 PM
cannot open an xl97 file maxzsim Excel Discussion (Misc queries) 1 June 24th 05 12:29 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM


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