![]() |
#1
|
|||
|
|||
![]() Hello. Sorry if this has been asked before, but I can't find how to do it anywere. The problem is the following: I need to be able to autofill a drop-down list if some cell is not empty. To be more clear, suppose that i have a drop-down list Code:
Apples Bannanas Pinapples Now, suposse that cell A1 can have a catalog code A, B, or P, or be empty. If it's empty, I want B1 to be the drop-down list, else to be the item specified in A1. I've narrowed to this: Code:
Fruits = {Apples, Bannanas, Pinnaples} Code:
=IF(ISBLANK(A1),Fruits,IF(A1="A",Apples,IF(A1="B",Bannanas,Pinapples))) Any suggestions so cell B1 is automatically filled when A1 is specified, or a drop-down if not? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
flackend | Excel | 4 | 08-29-2011 02:07 PM |
![]() |
300zxmuro | Word | 1 | 02-27-2011 03:02 PM |
25 item max in drop down form | sonicvalley | Word | 0 | 07-26-2010 11:12 PM |
Using both drop down lists and blank cells for text | voltarei | Word | 0 | 03-18-2010 04:16 AM |
Referens to an item list... | matbli | Word | 0 | 10-29-2009 08:04 AM |