Get rid of #N/A when using a vlookup

G

Guest

In Column A i've got a drop down box of Customer Names and in column B i have
a vlookup to give me the sales rep who calls on those customers in column A.
When column A is not filled out, column B shows #N/A. Is there a way to
tell Excel to leave the cell blank until Column A is filled out?
 
N

Niek Otten

=IF(ISNA(YourFormula),"",YourFormula)

In Excel 2007:

=IFERROR(YourFormula,"")


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| In Column A i've got a drop down box of Customer Names and in column B i have
| a vlookup to give me the sales rep who calls on those customers in column A.
| When column A is not filled out, column B shows #N/A. Is there a way to
| tell Excel to leave the cell blank until Column A is filled out?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top