![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 6
|
When I use the VLOOKUP function and I use (Ex. =vlookup(A2,'Filename',A1:A20,2,false), when 'false' applies, it gives the result of "#N/A", I want to place a numeric value (such as zero)
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
=if(isna(your_vlookup_function),0,your_vlookup_function) Hope This Helps!
__________________
Regards! Yogi Anand, D.Eng, P.E. Energy Efficient Building Network LLC www.energyefficientbuild.com |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 6
|
Yogi,
Thanks...it worked. JAC |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|