Consulting

Results 1 to 4 of 4

Thread: Management weekly report

  1. #1

    Management weekly report

    In our company, every week some changes are done as per requirements like change of department, Manager..When I create report I have to specify that the emp was under which department/Manager on a particular week.I would like to know, how can I find the same using Index match.
    Attached Files Attached Files

  2. #2
    VBAX Expert
    Joined
    May 2016
    Posts
    604
    Location
    You haven't given any indication of where "Manager" is specified. Is it provided in E5to BD10 of the ID sheet and you want to get it in the column E of "sheet2" or is it specified in column E of sheet 2 and you want to fill it in on the ID sheet?

  3. #3
    My bad, forgot to mention it.

    ID sheet will have data for mapping.
    Row which has week numbers will represent Manager name for the week
    Sheet2 will check week number and according mention manager

  4. #4
    VBAX Expert
    Joined
    May 2016
    Posts
    604
    Location
    try this:

    =OFFSET(ID!$D$4,MATCH(D4,ID!$D$5:$D$9,0),MATCH(B4,ID!$E$4:$BD$4))

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •