Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default vlookup resulting in #N/A

I understand why I am getting this message I just don't know how to hide that
result on my spreadsheet.
The problem is I have a column of vlookup resulte that I am trying to add
and I can't becuase that results in a #N/A also....help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 634
Default vlookup resulting in #N/A

=IF(ISNA(Your_Formula),"",Your_Formula)

Regards
Ken....................

"bubbles" wrote in message
...
I understand why I am getting this message I just don't know how to hide
that
result on my spreadsheet.
The problem is I have a column of vlookup resulte that I am trying to add
and I can't becuase that results in a #N/A also....help?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default vlookup resulting in #N/A

You could return a 0 or "" (depending on how you're adding the value).

if you're using the + operation (like =A1+C1)
=if(isna(vlookup(...)),0,vlookup(...))

or if you're using =sum() (like(=sum(a:a))
=if(isna(vlookup(...)),0,vlookup(...))

bubbles wrote:

I understand why I am getting this message I just don't know how to hide that
result on my spreadsheet.
The problem is I have a column of vlookup resulte that I am trying to add
and I can't becuase that results in a #N/A also....help?


--

Dave Peterson
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
Calculations resulting in #DIV/0! Debbie Excel Worksheet Functions 6 February 25th 08 10:31 PM
Formula to convert resulting #N/A to 0 cehipso Excel Worksheet Functions 2 July 7th 06 03:14 AM
Formula resulting in 0 adodson Excel Discussion (Misc queries) 10 May 31st 06 07:20 PM
sumproduct resulting in #N/A schleppy2 Excel Worksheet Functions 2 September 28th 05 03:28 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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