+ Reply to Thread
Results 1 to 7 of 7

Referencing cells and columns

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    GA, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Referencing cells and columns

    Good Afternoon,

    I have a complicated issue. I have an inventory spreadsheet that has column C:C filled with serial numbers and column D:D needs to be filled with the items condition. The condition status is located on various different sheets that have inventory from our multiple facility locations. So, I need to find the match for C:C across the multiple sheets, and I need the data in the next column over to display. Example Inventory D2 needs to Equal the text data in the immediate cell to the left of C2's match across spreadsheets. I have attached an example.

    *Note, this is required for an inventory in the thousands, so it has to be something easy to transpose, which is the issue I am having.
    Last edited by jgd2u; 06-19-2013 at 11:08 AM.

  2. #2
    Registered User
    Join Date
    03-18-2013
    Location
    Tasmania, Australia
    MS-Off Ver
    Excel 2007
    Posts
    95

    Re: Referencing cells and columns

    I copied your sheet 2 and 3 locations into the seperate sheets (i.e. C1:D7 - A1 on Sheet2)(E1:F7 - A1 on Sheet3) and used the following formula

    =IF(COUNTIF(Sheet2!A3:A7,CONCATENATE("=",Sheet1!A3))=1,VLOOKUP(Sheet1!A3,Sheet2!A3:B7,2,FALSE),IF(COUNTIF(Sheet3!A3:A7,CONCATENATE("=",Sheet1!A3))=1,VLOOKUP(Sheet1!A3,Sheet3!A3:B7,2,FALSE)))

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Referencing cells and columns

    Hi jgd2u,

    welcome to the forum.

    Try using below formula:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Book1.xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  4. #4
    Registered User
    Join Date
    06-18-2013
    Location
    GA, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Referencing cells and columns

    Crawfinator, works great in the practice book, but I am having trouble getting it to work in the actual spreadsheet. I am attaching the original spreadsheet to my first post for you to see. I have to get the formula to reference the container number, and put the corresponding serviceable block from sheets IAD to Repair on the inventory sheet. Same concept, just a little more complex.
    Last edited by jgd2u; 06-19-2013 at 09:45 AM.

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Referencing cells and columns

    You forgot to attach... but that's good.. please include dummy data before attaching again.

    And also perform a check on data layout and formulas to conclude why this is working in practice workbook and why not in your workbook - what's the difference between both the workbooks ? thanks.



    Regards,
    DILIPandey
    <click on below * if this helps>

  6. #6
    Registered User
    Join Date
    06-18-2013
    Location
    GA, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Referencing cells and columns

    Crawfinator, Disregard my previous post. I was missing the fact that you used an array at one point. Have it working, just trying to make it applicable to the last few worksheets and then I will be good to go!

  7. #7
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Referencing cells and columns

    Cheers

    If your issue resolved, please mark this thread as [SOLVED].. Thanks.


    Regards,
    DILIPandey
    <click on below * if this helps>

+ 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