+ Reply to Thread
Results 1 to 3 of 3

Isolating Data...

  1. #1
    Registered User
    Join Date
    11-27-2008
    Location
    Ontario
    Posts
    2

    Isolating Data...

    Hello,

    I am really stuck with this one. I have a spreadsheet with 2 sheets
    (Railcar Record & Switch) They both contain the same column names and will contain the same data.

    What I want to do, is to have the user type in the Railcar # on Switch, and have all the information in the columns on this sheet fill in.

    As you can see and as previously mentioned, the information is all stored on the Rail Car Record, I just need to isolate certain information on the switch sheet.

    I hope I am being clear, any help is appreciated.
    Attached Files Attached Files
    Last edited by VBA Noob; 11-28-2008 at 12:10 PM.

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

    =INDEX('Railcar Record'!$A:$A,MATCH($B3,'Railcar Record'!$B:$B,0))

    in C3:

    =VLOOKUP($B3,'Railcar Record'!$B:$P,COLUMN(B$1),0) copied across the remainder of the columns
    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
    Registered User
    Join Date
    11-27-2008
    Location
    Ontario
    Posts
    2
    Great, this is exactly what I needed. Thank You very much!

+ 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