+ Reply to Thread
Results 1 to 6 of 6

Find and Replace across spreadsheets

  1. #1
    Registered User
    Join Date
    03-20-2012
    Location
    South Carolina, United States
    MS-Off Ver
    OpenOffice.org
    Posts
    3

    Find and Replace across spreadsheets

    I am a newer user to spreadsheets, and have only basic knowledge of how to use such as formulas and referencing individual cells into a formula. My current task at hand is updating a spreadsheet I have. It was downloaded online as a base to work off of, but is very out of date. The spreadsheet is a list of items within a game, Eve Online. The spreadsheet currently functions just as it should, but the listed items are simply out of date. I currently have the entire set of data that i need to update the spreadsheet, however this is where the problem starts.

    The information I need is spread between three sheets. One sheet (Sheet A) is to be used as a reference sheet listing the actual Item Name and it's typeid#. In this sheet the item names are listed in one column and the typeid# is listed in the next column. I have a seperate spreadsheet (Sheet B) which contains a list of certain items out of this that can be reprocessed. The items in this list are listed by their typeid# and not their name.

    The question is, how do I get the typeid# column from Sheet B to use Sheet A as a reference to replace the typeid#'s with their item name equivalents?

    Thanks for any help you can offer

  2. #2
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: Find and Replace across spreadsheets

    This Forum is for users of Excel. There is a similar forum for users of Open Office which would be more appropriate in your case.

  3. #3
    Forum Contributor
    Join Date
    12-28-2011
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    280

    Re: Find and Replace across spreadsheets

    Hi

    VLOOKUP or INDEX/MATCH should work equally well in versions of OpenOffice as they do in Excel. The format of the function will be along the lines of:

    =VLOOKUP(SheetB!A2,SheetA!A:B,2,0)

    assuming that the order of columns if TypeID# then Description in SheetA or:

    =INDEX(SheetA!A:A,MATCH(SheetB!A2,SheetA!B:B,0))

    if Description then TypeID#

  4. #4
    Registered User
    Join Date
    03-20-2012
    Location
    South Carolina, United States
    MS-Off Ver
    OpenOffice.org
    Posts
    3

    Re: Find and Replace across spreadsheets

    Thanks much Firefly for the help. That's all I needed was a start. I appreciate it.

  5. #5
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: Find and Replace across spreadsheets

    Please mark this as solved if you have received a satifactory solution.

  6. #6
    Registered User
    Join Date
    03-20-2012
    Location
    South Carolina, United States
    MS-Off Ver
    OpenOffice.org
    Posts
    3

    Re: Find and Replace across spreadsheets

    Done and once again, Thanks for the help all.

+ 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