+ Reply to Thread
Results 1 to 4 of 4

YTD Match Employee

  1. #1
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    YTD Match Employee

    Hello,

    On my 'Paystubs' sheet I'm trying to get the YTD gross pay from the 'YTD Log' for regular hours (times cell F5 for pay rate) and overtime hours (times cell F5 times 1.5) for employee referencing cell E3 for their ID.

    My formula in H6 works using helper cells (K3 and K4) but for only the first employee.

    Does someone know of a better way?

    Thank you so much,
    Billy
    Attached Files Attached Files

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: YTD Match Employee

    Try

    K3

    =INDEX('YTD Log'!$3:$3,MATCH($E$3,'YTD Log'!$3:$3,0)+1)

    K4

    =INDEX('YTD Log'!$3:$3,MATCH($E$3,'YTD Log'!$3:$3,0)+2)
    Martin

  3. #3
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: YTD Match Employee

    Thank you but Can they be combined so no helper cells?

  4. #4
    Banned User!
    Join Date
    09-26-2017
    Location
    USA
    MS-Off Ver
    2010
    Posts
    607

    Re: YTD Match Employee

    I ended up using those cells and restructured thanks for the formulas.

+ 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. Lookup to match orginisation chart against employee listing
    By hughzy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-22-2016, 06:35 AM
  2. [SOLVED] Match submission date to Employee number for each Quarter
    By pytheus in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2014, 10:33 PM
  3. [SOLVED] Getting data from columns into rows - needs to match employee number
    By HDuff in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-20-2013, 06:13 AM
  4. [SOLVED] Macro to match employee with his/her dependent(s)
    By Noviceatbest in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-17-2013, 03:38 AM
  5. [SOLVED] Employee Scheduling - Index / Match Array
    By nickmessick1 in forum Excel General
    Replies: 4
    Last Post: 07-23-2013, 12:30 PM
  6. [SOLVED] Employee lookup, index match
    By nickmessick1 in forum Excel General
    Replies: 3
    Last Post: 07-03-2013, 12:02 PM
  7. Match name with employee id
    By BUSJEDWA in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-03-2008, 10:38 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