P
Phantom6960
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I have a series of drop down boxes. When you choose a name from the list the next cell in the row shows the company that person works for. I need to add an empty space to the drop down that can be used to enter the name of someone not on the list. Naturally, I need to be able to enter the 'new' person's company in the corresponding 'next' cell in the row. Can this be done?
Here is the formula I'm using to enter the company name:=IF(ISNA(VLOOKUP(C5,Sheet2!$A$2:$B$8,2,FALSE)),"",VLOOKUP(C5,Sheet2!$A$2:$B$8,2,FALSE))
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
I have a series of drop down boxes. When you choose a name from the list the next cell in the row shows the company that person works for. I need to add an empty space to the drop down that can be used to enter the name of someone not on the list. Naturally, I need to be able to enter the 'new' person's company in the corresponding 'next' cell in the row. Can this be done?
Here is the formula I'm using to enter the company name:=IF(ISNA(VLOOKUP(C5,Sheet2!$A$2:$B$8,2,FALSE)),"",VLOOKUP(C5,Sheet2!$A$2:$B$8,2,FALSE))