Combo Box Question

Ned Ludd

Board Regular
Joined
May 13, 2004
Messages
56
I hope you can help. I have searched the form without success.

I have a combo box with 3 items in it. All I want to do is copy the selected item from the list and copy it in another cell.

ie.

My combo box has these items

one
two
three.

They are listed from F50:F52

If I select "three" in the combo box (ie F52) I want "three" to show up in cell b14.

I can not figure this out. If there is a formula based solution, I'd really appreciate it as I know didley about VB.

Thank you!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
HI

I'm assuming that you have a combobox on a spreadsheet. If so, have a look at the linkedcell property. Put B14 as the output cell and the selection from the combobox will be placed there.


Tony
 
Upvote 0
Link cell B14 to the combo box and
formula in C14 -> "=Index(F50:F52,B14)"
this would return the text selected in the combo box
 
Upvote 0

Forum statistics

Threads
1,207,091
Messages
6,076,522
Members
446,212
Latest member
KJAYPAL200

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top