Pre-populate value as typing in a cell, no solution can be found

MichaelRSnow

Active Member
Joined
Aug 3, 2010
Messages
409
Hi

I've googled the hell out of this and cannot find a possible method anywhere? is this possible? if so how?
I want to have a predictive type text in a cell that will use values from a specified range, not looking for a dropdown or combo.box or anything. Just a simple target cell solution?

I.e. Lets say A1 is where I am typing my text and there will be a 100 different possibilities?

As I type a item it pre-populates from a defend range of values, let say that range has values like cat, dog, mouse, rabbit, fish, pig, horse etc
I type Rab and it pre-populates Rabbit on the assumption no other words in range contain rab at start, middle or end

Can this be done?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi,

If you are looking for a shortcut without VBA... without a combobox, etc ... the only potential trick, I can think of, is :
1. to have your list of 100 items in a given column
2. to hide these 100 rows
3. to start typing your items in the same column

Hope this will help
 
Upvote 0
Hi,

If you are looking for a shortcut without VBA... without a combobox, etc ... the only potential trick, I can think of, is :
1. to have your list of 100 items in a given column
2. to hide these 100 rows
3. to start typing your items in the same column

Hope this will help
VBA options are fine, just dont want to start using Form or ActiveX controls
 
Upvote 0

Forum statistics

Threads
1,215,705
Messages
6,126,326
Members
449,308
Latest member
Ronaldj

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