+ Reply to Thread
Results 1 to 3 of 3

organize from vertical organization to horizontal, show blanks where items are not found

  1. #1
    Registered User
    Join Date
    03-12-2010
    Location
    Charleston, SC
    MS-Off Ver
    Excel 2010
    Posts
    8

    organize from vertical organization to horizontal, show blanks where items are not found

    I have a list of data that includes employee ID number in column A and a certain document that they have on file (onboarding docs such as I-9, W-4, copy of Social Security card, etc.) in column B. If one employee has 10 documents, they are listed with the same ID number 10 times in A1:A10 and the different document names are listed in B1:B10.

    I want to clearly see which employee has which document by having the ID numbers going vertically in column A and then an X or check mark of some sort going across the rows.

    The set up of what I would like filled in is in the sheet called "status" and the list of documents on file is in the sheet called "docs."check file.xlsx

    Any help would be great. I tried a combination of an IF and VLOOKUP with a MATCH function but I wasn't getting what I wanted.

    Thanks,
    Adam

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: organize from vertical organization to horizontal, show blanks where items are not fou

    In b3

    =IF(COUNTIFS(docs!$A:$A,$A3,docs!$B:$B,B$2),"X","")


    Copy down and across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    03-12-2010
    Location
    Charleston, SC
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: organize from vertical organization to horizontal, show blanks where items are not fou

    Thank you, this is perfect.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. data show in to vertical & Horizontal fromat
    By Bhushan0206 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-18-2014, 03:26 AM
  2. Extract data from a horizontal range with blanks and create a vertical list
    By dommcg in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-07-2013, 10:41 AM
  3. Convert Horizontal Line Items to Vertical?
    By evo420 in forum Excel General
    Replies: 1
    Last Post: 01-26-2011, 06:51 PM
  4. Show contents of vertical cells in horizontal cells
    By malnahar in forum Excel General
    Replies: 4
    Last Post: 11-23-2008, 03:43 PM
  5. Replies: 3
    Last Post: 12-14-2006, 01:58 PM

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