Dropdown with suggestion based upon another sheet within workbook

159753

New Member
Joined
Jul 28, 2017
Messages
3
I want to copy value from one worksheet to another sheet within same workbook for two column.
I want the first or second column to be searchable means dropdown with dynamic suggestion as am typing based upon the value another column must be filled.

Clear understanding purpose:

For example consider a workbook with sheet 1 and 2.
In sheet 2 it has content of

11176030976001760
12352061952001760
13528092928001760
437040123904001760
58800154880001760
610560185856001760

<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>
</tbody>


In sheet1 when I type in column i need to show suggestion as 11,12,13 when typed 1

After typing as 11 it complete neighbor column as 1760 value

NO Value
11 1760
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hello, I think you can use VLOOKUP with dropdown cell Formula for this.

So lest say you create Dropdown cell in A1, in B1 you insert formula =VLOOKUP(A1,!Sheet2,2,FALSE), where it says !Sheet2 in vlookup just insert a table from sheet 2 there.
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,215,194
Messages
6,123,569
Members
449,108
Latest member
rache47

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