D
Dave Peterson
It sounds like you used a combobox from the Forms toolbar.
If your linked cell is A3 and your list of 6 strings is in B1:B6, you could use
this:
=if(a3=0,"",index(b1:b6,a3))
in A2.
There's a combobox on the ControlToolbox toolbar that returns the value of
combobox into the linked cell.
And another similar function is Data|Validation.
See Debra Dalgleish's site for more info:
http://www.contextures.com/xlDataVal01.html
(Usually, Data|Validation is the easiest to implement.)
If your linked cell is A3 and your list of 6 strings is in B1:B6, you could use
this:
=if(a3=0,"",index(b1:b6,a3))
in A2.
There's a combobox on the ControlToolbox toolbar that returns the value of
combobox into the linked cell.
And another similar function is Data|Validation.
See Debra Dalgleish's site for more info:
http://www.contextures.com/xlDataVal01.html
(Usually, Data|Validation is the easiest to implement.)