+ Reply to Thread
Results 1 to 4 of 4

Using data contained in a matrix table on another sheet

Hybrid View

redimp Using data contained in a... 08-18-2010, 12:11 PM
JBeaucaire Re: Using data contained in a... 08-18-2010, 12:45 PM
redimp Re: Using data contained in a... 08-18-2010, 01:16 PM
JBeaucaire Re: Using data contained in a... 08-18-2010, 01:50 PM
  1. #1
    Registered User
    Join Date
    08-18-2010
    Location
    Lincoln, UK
    MS-Off Ver
    Professional Plus 2010
    Posts
    37

    Using data contained in a matrix table on another sheet

    Hi, hope this is in the right place.

    I am trying to produce a spreadsheet that will estimate amounts of redundancy compensation based on salary, age and continuity of service. I have had no problems generating usable results from salary, hours, date of birth, date of commencement and termination date for these variables. I now want to use the generated age and continuity of service integers to reference the matrix on the ‘table’ sheet and to automatically insert the result into the ‘redundancy weeks’ cell. This is for multiplying the weekly wage to find the estimated amount e.g. Continuity 20 (Column J) and Age 30 (Row 14) cross at 20 (J14). This is the number that needs inserting in the redundancy weeks cell.

    Unfortunately I have no idea how to do this and I have Googled etc and emerged none the wiser.

    Please help.
    Attached Files Attached Files
    Last edited by redimp; 08-18-2010 at 02:44 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Using data contained in a matrix table on another sheet

    In Q12:

    =INDEX(table!$G$2:$T$49, MATCH(INT(M12), table!$A$2:$A$49, 0), MATCH(INT(O12)&"", table!$B$1:$T$1, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    08-18-2010
    Location
    Lincoln, UK
    MS-Off Ver
    Professional Plus 2010
    Posts
    37

    Thumbs up Re: Using data contained in a matrix table on another sheet

    Oh wow - super quick reply thanks.

    I copied and pasted that and it nearly worked but gave a false result. Have identified why and I think just a typo as the highlighted G should be a B:
    =INDEX(table!$G$2:$T$49, MATCH(INT(M12), table!$A$2:$A$49, 0), MATCH(INT(O12)&"", table!$B$1:$T$1, 0))
    and it works perfectly.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Using data contained in a matrix table on another sheet

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ 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