ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Vlookup (https://www.excelbanter.com/excel-discussion-misc-queries/199626-vlookup.html)

Tixpack

Vlookup
 
When using vlookup function on a long list of data, how do I replace a #N/A
result with the number 0?

I am using the vlookup function on a cumulative list of data that is adding
up annual results. Each year new names are added to the list and some do not
come back (i.e. participate in 2006 but not in 2007). But have a cumulative
list contains all participants. I want to have a 0 when someone does not a
result for a year, not a #N/A - I can't sum up #N/A's.

Please help!
--
Tixpack

T. Valko

Vlookup
 
You can ignore #N/A in a sum formula like this:

=SUMIF(A:A,"<1E100")

However, it's probably better to get rid of the #N/A altogether:

=IF(ISNA(VLOOKUP(..........)),0,VLOOKUP(.......... ))

--
Biff
Microsoft Excel MVP


"Tixpack" wrote in message
...
When using vlookup function on a long list of data, how do I replace a
#N/A
result with the number 0?

I am using the vlookup function on a cumulative list of data that is
adding
up annual results. Each year new names are added to the list and some do
not
come back (i.e. participate in 2006 but not in 2007). But have a
cumulative
list contains all participants. I want to have a 0 when someone does not
a
result for a year, not a #N/A - I can't sum up #N/A's.

Please help!
--
Tixpack





All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com