Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISNA(YourFormula),"",YourFormula)
In Excel 2007: =IFERROR(YourFormula,"") -- Kind regards, Niek Otten Microsoft MVP - Excel "JC" wrote in message ... | 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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=IF(A1="","",VLOOKUP(A1,..............)) -- Biff Microsoft Excel MVP "JC" wrote in message ... 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |