+ Reply to Thread
Results 1 to 4 of 4

Enter data based on 2 different cells, 2 columns, different sheets

  1. #1
    Registered User
    Join Date
    02-06-2018
    Location
    shanghai, china
    MS-Off Ver
    2010
    Posts
    21

    Enter data based on 2 different cells, 2 columns, different sheets

    Hello
    I have a grading Master book, specifically the sheet "Indiv Grading Form" I want to be select a students name in B2 and then have the information filled into the cells (C4:j4, c7:j:7...)based on the first name and the discipline (pulling the grades from sheet Master Grades).

    I think that I'm close to figuring it out but there's obviously a small issue because it's the same number and it doesn't seem to be the correct number.

    Ive attached the file, any assistance would be greatly appreciated.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Enter data based on 2 different cells, 2 columns, different sheets

    hey there. change cell C2 to "Term 1" to standardize between both worksheets. then:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    you didn't mention what are the answers supposed to be though. so that's just a guess.

    non-related: is your date format at the bottom of your windows showing YMD? if so, could you type 9feb2014 and see if it aligns to the right? i used to be able to do that in YMD settings, but strangely can't do it now.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Enter data based on 2 different cells, 2 columns, different sheets

    Please try at Indiv Grading Form C4:J4 and copy to row 7, 10, 13

    =IF(C3="","",INDEX('Master Grades'!$D$3:$AG$26,MATCH($B$2,'Master Grades'!$A$3:$A$26,),COLUMNS($C4:C4)+MATCH($J3,'Master Grades'!$K$1:$AG$1,)-1))
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-06-2018
    Location
    shanghai, china
    MS-Off Ver
    2010
    Posts
    21

    Re: Enter data based on 2 different cells, 2 columns, different sheets

    This worked! Thanks so much!

+ 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. VBA To enter certain data the concatenate cells in columns
    By MikeWaring in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-23-2017, 01:43 PM
  2. [SOLVED] Formula to pop data from mult cells from one WS to another based on data enter in a cell
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-07-2017, 05:30 PM
  3. Enter data into cells based on single cell data
    By lawrence24 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-09-2014, 03:11 AM
  4. [SOLVED] Enter text in column a based on data in several other columns for groups of rows
    By mrswain in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-27-2012, 03:29 PM
  5. Replies: 3
    Last Post: 03-30-2012, 07:21 AM
  6. Compare 2 columns in 2 sheets then enter data from a 3rd cell? Help!
    By julietayl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2012, 09:18 AM
  7. Enter and highlight data in columns based on other columns
    By duugg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-13-2009, 09:48 PM

Tags for this Thread

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