![]() |
![]() |
|
|||||||
| 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: May 2002
Posts: 18
|
I am using LOOKUP function to autofill cells, based on the selection of other cells in the same row.
The problem is that if nothing is selected in the corresponding cells it shows #NA in the autofill (where i am using the LOOKUP function) cells Is there a solution to this problem? Thanks in advance for your help! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,512
|
What would you like it to do for you if the alternative is #N/A?
You can use... =if(isna(myvookuphere),"whatifisna",myvlookuphereagain
__________________
~Anne Troy |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 18
|
Thanks Dreamboat. That works
I've set it to " "(blank) if it's NA# |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,512
|
__________________
~Anne Troy |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|