+ Reply to Thread
Results 1 to 8 of 8

arrange complex excel data from different worksheet and sort into one database

Hybrid View

Autoliv arrange complex excel data... 06-20-2012, 11:26 PM
soberguy Re: arrange complex excel... 06-21-2012, 01:56 AM
Autoliv Re: arrange complex excel... 06-21-2012, 02:17 AM
soberguy Re: arrange complex excel... 06-21-2012, 02:35 AM
soberguy Re: arrange complex excel... 06-21-2012, 02:52 AM
Autoliv Re: arrange complex excel... 06-21-2012, 03:17 AM
soberguy Re: arrange complex excel... 06-21-2012, 03:34 AM
Autoliv Re: arrange complex excel... 06-21-2012, 06:45 AM
  1. #1
    Registered User
    Join Date
    10-05-2011
    Location
    Bangkok
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: arrange complex excel data from different worksheet and sort into one database

    soberguy,

    I do it with real worksheet and OK. I did cut formular short because I got 9 worksheets (not only 2).

    so the formula i am using is

    =IF(ISERROR(INDEX(Sheet1!$A$4:$CJ$200,MATCH($A7,Sheet1!$A$7:$A$200,0)+3,MATCH(M$5,Sheet1!$5:$5,0))),"",(INDEX(Sheet1!$A$4:$CJ$200,MATCH($A7,Sheet1!$A$7:$A$200,0)+3,MATCH(M$5,Sheet1!$5:$5,0)))

    and I am also defining table and range name as you suggested. so, in real worksheet, the formula goes like this...


    =IF(ISERROR(INDEX(table1,MATCH($A7,position1,0)+3,MATCH(M$5,competency1,0))),"",(INDEX(table1,MATCH($A7,position1,0)+3,MATCH(M$5,competency1,0)))

    and I just have to change number of table,position, and competency when I change the department.
    Last edited by Autoliv; 06-21-2012 at 06:48 AM.

+ 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