Go Back   Trackpads Community > General Discussions > Computer and Technology > Microsoft Applications

Microsoft Applications Discussions about Windows and other MS Products such as Office

Reply
 
LinkBack Thread Tools
Old 07-15-2004, 22:23   #1 (permalink)
jiminy_crime
Civilians

 
Default How to add cell locater?

I am somewhat new to using excel but am needing to learn how to use it
pretty quick.

I have began a list of svc. points for my company and it has grown
substantially in the last few months and need to know how to add a
button to a cell that will allow me to pull up a specific city without
having to go searching for it using a filter.

Is there such a process and if so, is there also a way that I can add
new cities with out having to scroll down my list and add it to the
list in alphabetical order. This has really become a big pain.

Thanks


---
Message posted from http://www.ExcelForum.com/

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 07-15-2004, 22:23   #2 (permalink)
Trevor
Civilians

 
Default Re: How to add cell locater?

Try "Validation..." from the "Data" menu, and choose the "List" type. This
might be what you're looking for. It will allow you to build a list of
cities somewhere on your spreadhseet. Then you can tell a certain column to
only allow entries from that list of cities. In that column, you can type a
city name, or you can pick one from the drop down list that Excel now puts
in the cells for you.


"jiminy_crime >" <<jiminy_crime.19g9cp@excelforum-nospam.com> wrote in
message news:jiminy_crime.19g9cp@excelforum-nospam.com...
> I am somewhat new to using excel but am needing to learn how to use it
> pretty quick.
>
> I have began a list of svc. points for my company and it has grown
> substantially in the last few months and need to know how to add a
> button to a cell that will allow me to pull up a specific city without
> having to go searching for it using a filter.
>
> Is there such a process and if so, is there also a way that I can add
> new cities with out having to scroll down my list and add it to the
> list in alphabetical order. This has really become a big pain.
>
> Thanks
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2004, 22:23   #3 (permalink)
jiminy_crime
Civilians

 
Default Re: How to add cell locater?

Thanks for the reply. I will give that a try but can I also make a cell
that you can type the city name and it will search and find that
particular cities information?


---
Message posted from http://www.ExcelForum.com/

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2004, 22:23   #4 (permalink)
jiminy_crime
Civilians

 
Default Re: How to add cell locater?

I guess my real question is can you add a search button to excel?


---
Message posted from http://www.ExcelForum.com/

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2004, 22:23   #5 (permalink)
Trevor
Civilians

 
Default Re: How to add cell locater?

Sure.

You can make a list of cities and use that list for your cell validation.
Next to that list of cities, you can put informatino about the city. For
example, if the cities are listed in column J, you can put the state in
column K.

Now, if you format column A to validate against the list of cities in column
J, then you can have column B show you the state that the city is in. in
column B, put the following formula:
=VLOOKUP(A1,J1:K10,2)
where A1 is the city you entered, J1:K10 is the range of the list of cities
and the informatino about them in the adjoining columns, and the number 2
means retrieve the data from the second column in that range.

Note that if you have multiple columns of information next to your list of
cities, you can retrieve any column by changing the number 2 in the above
formula. Also note that you can combine multiple pieces of information into
one cell:
=VLOOKUP(A1,J1:K10,2) & " " & VLOOKUP(A1,J1:K10,3)


"jiminy_crime >" <<jiminy_crime.19gbfa@excelforum-nospam.com> wrote in
message news:jiminy_crime.19gbfa@excelforum-nospam.com...
> Thanks for the reply. I will give that a try but can I also make a cell
> that you can type the city name and it will search and find that
> particular cities information?
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2004, 22:23   #6 (permalink)
jiminy_crime
Civilians

 
Default Re: How to add cell locater?

I appreciate the response but I have run into a problem. When you say
validate A from B, what do you mean?

I would like to add a search button to A6 in my spreadsheet which is a
bland cell. I have a list of cities and the state they are from from
A7 to A250. How would I type the formula for something like this?


---
Message posted from http://www.ExcelForum.com/

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2004, 11:55   #7 (permalink)
Trevor
Civilians

 
Default Re: How to add cell locater?

You need to provide more information about what you want your spreadsheet
contains and, more importantly, what columns you're tryingt to fill in, and
with what information. In particular, I don't understand what you mean by a
"Search button" and you haven't told me what you're going to do with the
results once you've "Found" what you're looking for.

If you expect the user to type a city into cell A6, that's fine. If you
expect the user to ONLY type in a city that is included in your list, then
you click on cell A6 and go to the Data menu, choose Validation, in the
Allow field, choose List, and type A7:A250 in the Source field.

What you do in column B is up to you, I was just trying to guess at what you
meant be by "search". I thought the VLOOKUP function was what you needed.
But nothign you've said below indicates to me taht you need that function.
But you might want to read up on it anyway.

"jiminy_crime >" <<jiminy_crime.19gdsy@excelforum-nospam.com> wrote in
message news:jiminy_crime.19gdsy@excelforum-nospam.com...
> I appreciate the response but I have run into a problem. When you say
> validate A from B, what do you mean?
>
> I would like to add a search button to A6 in my spreadsheet which is a
> bland cell. I have a list of cities and the state they are from from
> A7 to A250. How would I type the formula for something like this?
>
>
> ---
> Message posted from http://www.ExcelForum.com/
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
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
in vba what command is used to determine if a particular cell on a particular sheet changed? some kind of event? how to get the old and new value of the cell? Daniel Microsoft Applications 1 06-23-2005 16:00
Formula needed: Return cell value in a range depending on other cell values LavaDude Microsoft Applications 4 05-19-2005 20:00
Excel Linked Cell Reference including other cell address Mr.S Microsoft Applications 2 06-22-2004 23:31
Dynamic Range Based on Cell Result not Empty Cell ExcelMonkey Microsoft Applications 3 06-16-2004 04:01
Control Cell Link for Option Button based on value in a cell arunjoshi Microsoft Applications 1 06-16-2004 02:20


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:04.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.80562 seconds with 19 queries