View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Fill as you Type

So are you using Data, Validation? It's not clear what you mean when you say
scroll. For example, suppose I am sitting in cell A1 of sheet2 and there is
a list in column A of Sheet1. You start to type - how does Excel know where
you would like to pull the data from? There are 256*65536 cell on a single
sheet and technically you could have thousands of sheets. And that is 2003,
in 2007 it is 16384*10482576 cells!

With Data, Validation there is no autofill or autocomplete. You might write
a macro to do this. On the other hand depending on what you are trying to do
you could use a VLOOKUP function to populate based on some entered data.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Scott Eslick" wrote:

ok..I have a sheet with over 5000 items with prices on it, i would like to do
a lookup and fill but i would like to be able to have an autocomplete deal so
I do do not have to scroll to find the item, then it will have a total at the
bottom, that is easy, I just can't find how to do the autocomplete as i tyoe
the item.

Thanks

"Fred Smith" wrote:

You need to tell us what you are doing. What lookup? What's a lookup tab?
Why can't you use any of the search capabilities of Excel like others do?

Regards,
Fred

"Scott Eslick" wrote in message
...
it is possible to have the look up fill as you type instead of just have
to
scroll through, i have over 5000 items in a lookup tab and it takes for
every. OR are there any other sugguestions on hpow to do this?