+ Reply to Thread
Results 1 to 2 of 2

How do I populate columns from Sheet(A) and Sheet(B) into Sheet(C) based on specific word/

  1. #1
    Registered User
    Join Date
    03-13-2018
    Location
    Vilseck, Germany
    MS-Off Ver
    2013
    Posts
    1

    How do I populate columns from Sheet(A) and Sheet(B) into Sheet(C) based on specific word/

    Hello all,

    My question is this: How do I populate columns from Sheet(A) and Sheet(B) into Sheet(C) based on specific word/s.

    Attached is my example sheet with the sections laid out, just minus the formula I am asking you all for.

    I want to populate SHEET(C) With Columns D (NAME), E (LAST 4), F (POSITION), G (TEAM).

    - ONLY -

    When the notes section has "NONPLAYABLE" in the value. AND/OR When Column "J" says "NO"

    When the criteria is met above, it would copy the above columns, C, D, E, F, G, into SHEET 3 (Waivers) into their respective columns.

    - Example -

    SHEET 1
    Steven 0024 C TEAM 1 NONPLAYABLE

    *Auto Populate those columns*

    WAIVER
    Steven 0024 C TEAM 1 NONPLAYABLE
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: How do I populate columns from Sheet(A) and Sheet(B) into Sheet(C) based on specific w

    Maybe an array will do it for you like this:

    {=IFERROR(INDEX('TEAM 1'!D3:D7,MATCH($C3,'TEAM 1'!$J$3:$J$7,0)),"")}

    Put this in 'Waivers' D3 then press CTRL+SHIFT+ENTER to get the curly brackets. Drag across to L3 then drag down to L35.

    Hope that helps,
    Billy

+ 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. [SOLVED] Creating macro to populate specific cells from master sheet to work sheet
    By tatyanamarie in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-01-2017, 03:19 AM
  2. Userforms - To populate data on a specific sheet and columns
    By paradoxofthecat in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-25-2014, 01:33 PM
  3. Replies: 2
    Last Post: 10-22-2013, 08:04 AM
  4. [SOLVED] Populate summary sheet with values within specific month column on data sheet...
    By blue91 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-12-2013, 12:11 PM
  5. [SOLVED] Copy and paste data from sheet 2 to sheet 1 based on specific criteria on sheet 1
    By VBADUD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2012, 04:18 AM
  6. Replies: 12
    Last Post: 05-11-2012, 03:09 PM
  7. Populate summary sheet (insert & index rows from info in columns on another sheet)
    By DerbysGal in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2011, 01:54 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