+ Reply to Thread
Results 1 to 6 of 6

Linking data in columns

Hybrid View

  1. #1
    Registered User
    Join Date
    08-15-2008
    Location
    denver
    Posts
    68

    Re: Linking data in columns

    a lookup table would also work. Say you have 20 toys, list those in column E, row 1 through row 20. In column F, list the appropriate Y or N.

    In column B, row 2, put the formula:

    =vlookup(B1,$E$1:$F$20,2,FALSE)

    then copy that down column B

  2. #2
    Registered User
    Join Date
    07-08-2009
    Location
    Toronto, Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Linking data in columns

    Thanks for the tips. I have lots of different toys and keep on adding new ones all the time. I think I will have to create a new sheet in the workbook and create the table with CDN indicators and use the vlookup function.

    One more question though, say I were to implement that. Iin the main sheet, where I enter the toys, is there a way that ensure that the title entered matches my separate titles sheet?

    Thanks in advance.

  3. #3
    Registered User
    Join Date
    08-15-2008
    Location
    denver
    Posts
    68

    Re: Linking data in columns

    If it doesn't match, you'll get an "#N/A" where the lookup formula is. If you are doing data entry into that column A, your entry should self-complete after the first few characters are typed, if you have already entered that toy at least once in that column.

  4. #4
    Registered User
    Join Date
    07-08-2009
    Location
    Toronto, Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: Linking data in columns

    Thanks, that answered my questions!

+ 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