+ Reply to Thread
Results 1 to 10 of 10

Cannot associate info. from one cell to another, repeatedly

  1. #1
    Registered User
    Join Date
    06-22-2010
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    5

    Smile Cannot associate info. from one cell to another, repeatedly

    Hey guys,

    I'm trying to associate information from a cell of one column to a cell of another column of the same row. An example is below:

    cell A1: x
    cell B1: y

    This would be easy to do if i had just one set of these associations (and not necessarily just x and y) but given that I will likely have up to a thousand, I need an alternative to copying and pasting. I looked into macros but no luck there. By the way, i'm using 2003.
    Last edited by NBVC; 06-24-2010 at 09:04 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Trying to do something that appears simple...

    Welcome to the forum,

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465

    Re: Trying to do something that appears simple...

    Hi

    Can you please attach the sample file for more details?
    And please give us the result what you want in that file.

    Regards
    Rahul
    __________________
    Regards
    Rahul Nagar
    Founder of www.myshortcutkeys.com.


    If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.

  4. #4
    Registered User
    Join Date
    06-22-2010
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    5

    Thumbs up Re: Trying to do something that appears simple...

    Hi Rahul,

    I've attached an xls file in which I put a comment. It will give you a simplified understanding of what I'm trying to do.

    Thanks,
    Ashvin
    Attached Files Attached Files
    Last edited by shg; 06-22-2010 at 10:59 AM.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cannot associate info. from one cell to another, repeatedly

    You can easily use Autofilter.

    Go to Data|Filter|Autofilter.

    A bunch of drop down arrows will occupy top row.

    Go to column M and select "Unquarantinable.... etc", then go to column B and select "Tracheophyta"..

    This will be your filtered list.

    You can copy/paste it elsewhere if desired.

  6. #6
    Registered User
    Join Date
    06-22-2010
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Cannot associate info. from one cell to another, repeatedly

    The top down arrows stop at column G. From the instructions you put, I don't think this is supposed to happen. Any ideas?
    Last edited by NBVC; 06-23-2010 at 10:55 AM. Reason: Gotta beat shg... deleted quoting.

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cannot associate info. from one cell to another, repeatedly

    Then select the entire range first including the headers.. then invoke the filtering.... you must have blank columns or something not normal

  8. #8
    Registered User
    Join Date
    06-22-2010
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Cannot associate info. from one cell to another, repeatedly

    Quote Originally Posted by NBVC View Post
    Then select the entire range first including the headers.. then invoke the filtering.... you must have blank columns or something not normal
    Ok, I got filtering figured out but I wanted to do is get excel to associate data that's in a given cell with another data-containing cell, automatically. I guess i didn't explain myself enough, so here's an example.

    F1 contains family name. L1 contains pest type.

    I want excel to remember this association so that when I enter a family name (in any given row) along with a pest type, the next time I enter this family name excel will have stored this association and will enter the pest type on its own. I'm thinking that an "if then else" rule may apply here. What do you think?

  9. #9
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Cannot associate info. from one cell to another, repeatedly

    I think that will involve macros.. which is not my strength...

    If you want something stored in memory, you will need macro to "call" it.

    If you have a separate table of unique families vs. pests, then you could use a Vlookup type formula to lookup the pest once you enter the family... this will not involve any macros.

  10. #10
    Registered User
    Join Date
    06-22-2010
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Cannot associate info. from one cell to another, repeatedly

    Quote Originally Posted by NBVC View Post
    I think that will involve macros.. which is not my strength...

    If you want something stored in memory, you will need macro to "call" it.

    If you have a separate table of unique families vs. pests, then you could use a Vlookup type formula to lookup the pest once you enter the family... this will not involve any macros.
    This is getting too complicated for the work at hand. I'm gonna give you props 'cause you provided good suggestions. Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1