+ Reply to Thread
Results 1 to 2 of 2

Fill cells with horizontal and vertical range criteria??

  1. #1
    Registered User
    Join Date
    01-10-2014
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    6

    Fill cells with horizontal and vertical range criteria??

    Hi everyone


    I have an attendance sheet(around 200 empls) in table 01 format and i need the same in table 02 format. Tried sumproduct, sumifs and getting errors.



    Excel 2007 32 bit
    E
    F
    G
    H
    11
    24-Aug-17
    25-Aug-17
    26-Aug-17
    12
    JAMES
    P
    L
    P
    13
    PETER
    L
    P
    L
    14
    STEVE
    P
    P
    P
    Sheet: Table:01(current)


    Excel 2007 32 bit
    J
    K
    L
    17
    24-Aug-17
    JAMES
    P
    18
    24-Aug-17
    PETER
    L
    19
    24-Aug-17
    STEVE
    P
    20
    25-Aug-17
    JAMES
    L
    21
    25-Aug-17
    PETER
    P
    22
    25-Aug-17
    STEVE
    P
    23
    26-Aug-17
    JAMES
    P
    24
    26-Aug-17
    PETER
    L
    25
    26-Aug-17
    STEVE
    P
    Sheet: Table 2(Required format)

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: Fill cells with horizontal and vertical range criteria??

    J17:
    =OFFSET($F$11,,(INT(ROWS($J$17:J17)-1)/3),,)

    K17:
    =OFFSET($E$12,MOD(ROWS($K$17:K17)-1,3),,,)

    L17:
    =OFFSET($F$12,(INT(ROWS($L$17:L17)-1)/3),MOD(ROWS($L$17:L17)-1,3),,)

    Next time, please attach a sheet, rather than an editable image. It's quicker to work with a sheet, rather than having to fiddle around getting data into the right cells.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Replies: 5
    Last Post: 10-03-2016, 03:39 AM
  2. Sum data with vertical and horizontal criteria
    By Vernell10 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-09-2016, 10:01 AM
  3. Sum Multiple Criteria horizontal and vertical
    By baronk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-16-2015, 07:55 AM
  4. [SOLVED] Lookup with vertical and horizontal criteria
    By busygurl in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-23-2014, 12:03 AM
  5. Fill blank vertical cells with row's horizontal cell values
    By ExcellentM in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-01-2013, 02:34 PM
  6. [SOLVED] countif, fill horizontal, lookup vertical
    By tigaente in forum Excel General
    Replies: 4
    Last Post: 04-23-2012, 05:21 AM
  7. Replies: 0
    Last Post: 03-21-2012, 10:18 AM

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