Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default How do I add vlookup functions together

I am trying to add vlookup figures together and some return #N/A, which leads
to no values being returned at all. Is there anyway around this
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default How do I add vlookup functions together

Do you mean

=VLOOKUP(A1&B1,M1:P20,3,False)

perhaps?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Mike" wrote in message
...
I am trying to add vlookup figures together and some return #N/A, which

leads
to no values being returned at all. Is there anyway around this



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 247
Default How do I add vlookup functions together

you need to "trap" the error
if(isna(vlookup_formula),"",vlookup_formula).You could also have iserror.You
can also have 0 instead of ""(blank).Your values should now add up
--
paul

remove nospam for email addy!



"Mike" wrote:

I am trying to add vlookup figures together and some return #N/A, which leads
to no values being returned at all. Is there anyway around this

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I add vlookup functions together

Assuming the vlookups are within C1:C10, an option to add up the vlookups
"as-is", ie without error-trapping for #N/As is to try something like this

In say, C11: =SUMIF(C1:C10,"<#N/A")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Mike" wrote in message
...
I am trying to add vlookup figures together and some return #N/A, which
leads
to no values being returned at all. Is there anyway around this



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
Combining VLOOKUP functions Jay Excel Worksheet Functions 16 August 31st 06 06:52 PM
VLOOKUP and logical functions Margherita Excel Worksheet Functions 5 August 21st 06 03:47 PM
VLookup a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
Possible to combine VLOOKUP and IF(AND) functions? Ihoris Excel Worksheet Functions 1 April 6th 06 09:54 AM
VLOOKUP and ISNA functions Steve ([email protected]) Excel Worksheet Functions 2 July 8th 05 11:59 PM


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