Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 124
Default Auto Fill...Is it Possible?

In column A, I have, in alphabetical order, say, 1000 cities...in A1 through
A1000.

How is it possible to scroll directlt to "Manila", for example??

If I begin to type Manila in a cell, say cell D1, can I 'scroll' directly
to cell A622 (where Manila is)? Obviously, I have other pertinent data
relative to Manila in cells B622 and C622!

Thanks,

FLKulchar
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Auto Fill...Is it Possible?

hi
not to my knowledge. you might have better luck typing manila into the find
box, keyboard shortcut Crtl+F.

Regards
FSt1

"F. Lawrence Kulchar" wrote:

In column A, I have, in alphabetical order, say, 1000 cities...in A1 through
A1000.

How is it possible to scroll directlt to "Manila", for example??

If I begin to type Manila in a cell, say cell D1, can I 'scroll' directly
to cell A622 (where Manila is)? Obviously, I have other pertinent data
relative to Manila in cells B622 and C622!

Thanks,

FLKulchar

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Auto Fill...Is it Possible?

Here's one approach - not exactly what you are asking for, but
similar:

Assuming names in A1:A1000 in alphabetical order, use B1 to enter the
name you are looking for. Put this formula in C1:

=MATCH(B1&"*",A1:A1000,0)

It will return the relative row where a match is found (note the use
of the wildcard in the formula).

Then put this formula in C2:

=HYPERLINK("#A"&C1,"Jump")

This will put the message "Jump" in the cell, and when you click on
that cell it will take you to the cell that matches with your input in
B1.

So, imagine you have Manchester in A50 and Manila in A51. If you type
"M" in B1, or "Ma", or "Man" (without the quotes), and then click on
C2 you will jump to the cell containing Manchester, as that is the
first match. However, if you type "Mani" or any further characters
that make up Manila then you will jump to that cell.

Of course, you could combine the formulae into one - put this in B2:

=HYPERLINK("#A"&MATCH(B1&"*",A1:A1000,0))

and with this one you can see which cell you will be jumping to.

Hope this helps.

Pete

On Apr 20, 4:00*pm, F. Lawrence Kulchar
wrote:
In column A, I have, in alphabetical order, say, 1000 cities...in A1 through
A1000.

How is it possible to scroll directlt to "Manila", for example??

If I begin to type Manila in a cell, * say cell D1, can I 'scroll' directly
to cell A622 (where Manila is)? *Obviously, I have other pertinent data
relative to Manila in cells B622 and C622!

Thanks,

FLKulchar


  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default Auto Fill...Is it Possible?

Another option - insert a column and do the formula =LEFT(B2,2) where column
B is where the cities are. Then Autofilter and you should be able to filter
on "MA" and get all cities with MA. Of course you could autofilter on cities
and find Manila but assume from 1000 that it would be longer list. I think
some versions had a limit of how many items can be in a auto list.

the other options are nice if you know exactly what you want.

good luck

"F. Lawrence Kulchar" wrote:

In column A, I have, in alphabetical order, say, 1000 cities...in A1 through
A1000.

How is it possible to scroll directlt to "Manila", for example??

If I begin to type Manila in a cell, say cell D1, can I 'scroll' directly
to cell A622 (where Manila is)? Obviously, I have other pertinent data
relative to Manila in cells B622 and C622!

Thanks,

FLKulchar

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Auto Fill...Is it Possible?

Thank you very much...very fine answer.

FLKulchar
"Pete_UK" wrote in message
...
Here's one approach - not exactly what you are asking for, but
similar:

Assuming names in A1:A1000 in alphabetical order, use B1 to enter the
name you are looking for. Put this formula in C1:

=MATCH(B1&"*",A1:A1000,0)

It will return the relative row where a match is found (note the use
of the wildcard in the formula).

Then put this formula in C2:

=HYPERLINK("#A"&C1,"Jump")

This will put the message "Jump" in the cell, and when you click on
that cell it will take you to the cell that matches with your input in
B1.

So, imagine you have Manchester in A50 and Manila in A51. If you type
"M" in B1, or "Ma", or "Man" (without the quotes), and then click on
C2 you will jump to the cell containing Manchester, as that is the
first match. However, if you type "Mani" or any further characters
that make up Manila then you will jump to that cell.

Of course, you could combine the formulae into one - put this in B2:

=HYPERLINK("#A"&MATCH(B1&"*",A1:A1000,0))

and with this one you can see which cell you will be jumping to.

Hope this helps.

Pete

On Apr 20, 4:00 pm, F. Lawrence Kulchar
wrote:
In column A, I have, in alphabetical order, say, 1000 cities...in A1
through
A1000.

How is it possible to scroll directlt to "Manila", for example??

If I begin to type Manila in a cell, say cell D1, can I 'scroll' directly
to cell A622 (where Manila is)? Obviously, I have other pertinent data
relative to Manila in cells B622 and C622!

Thanks,

FLKulchar





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Auto Fill...Is it Possible?

You're welcome - thanks for feeding back.

Pete

On Apr 20, 11:19*pm, "FLKulchar" <anonymous.
wrote:
Thank you very much...very fine answer.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-populate, Auto-copy or Auto-fill? Jay S. Excel Worksheet Functions 4 August 10th 07 09:04 PM
Auto Fill camell Excel Worksheet Functions 0 April 25th 07 04:28 PM
Auto fill in TQ Excel Discussion (Misc queries) 2 January 10th 07 02:49 AM
Auto fill, I Think timboellis2031 Excel Discussion (Misc queries) 0 June 22nd 06 11:50 AM
using auto fill edit or fill handel fill handle or auto fill Excel Worksheet Functions 0 February 10th 06 07:01 PM


All times are GMT +1. The time now is 06:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"