Copying drop-down selection

C

Connie

I am working with Excel 2000. What formula would I use to
copy to another cell the selection of a drop-down box,
i.e. the drop-down consists of a blank, then P, then B,
then OV. If a person selects OV from the drop-down, I
would like the OV to appear automatically in another
cell. Is this possible? Thank you. Connie
 
P

Paul

Connie said:
I am working with Excel 2000. What formula would I use to
copy to another cell the selection of a drop-down box,
i.e. the drop-down consists of a blank, then P, then B,
then OV. If a person selects OV from the drop-down, I
would like the OV to appear automatically in another
cell. Is this possible? Thank you. Connie

If the drop-down was in A1, in the 'other cell' you could use
=IF(A1="OV",A1,"")
 
C

Connie

-----Original Message-----


If the drop-down was in A1, in the 'other cell' you could use
=IF(A1="OV",A1,"")
This doesn't work because the information isn't typed in
A1, it's selected from a dropdown in A1.
 
G

Guest

Try this: If you use an Active X listbox, right-click for
Properties and enter desired cell address in the
LinkedCell property. <grin>

gary b
 

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

Top