+ Reply to Thread
Results 1 to 4 of 4

Calculate salary based on badge ID/hours on one sheet, badge ID/Rate another sheet.

  1. #1
    Registered User
    Join Date
    11-26-2018
    Location
    Guntersville, AL
    MS-Off Ver
    Excel 2010
    Posts
    17

    Calculate salary based on badge ID/hours on one sheet, badge ID/Rate another sheet.

    This is so simple it is making me crazy

    I need to lookup a badge id from one sheet to another, then return the charge by multiplying the rate x hours worked.

    First, I added a column on "Detail sheet" titled rate and used vlookup to return the rate and then B2*rate column to give me the charge. I would rather not have the rate show on my Detail sheet, so I attempted using index and match, and got in a pickle.

    Any help will be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Calculate salary based on badge ID/hours on one sheet, badge ID/Rate another sheet.

    In D2, try this:
    =INDEX(Rate!$B$2:$B$7,MATCH(A2,Rate!$A$2:$A$7,0))*B2

  3. #3
    Registered User
    Join Date
    11-26-2018
    Location
    Guntersville, AL
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Calculate salary based on badge ID/hours on one sheet, badge ID/Rate another sheet.

    Thank you so very much!!! I was trying to use 2 match instead of just closing off and *B2

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,827

    Re: Calculate salary based on badge ID/hours on one sheet, badge ID/Rate another sheet.

    You're welcome, and thanks for the rep.

+ 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. Badge Inventory Report
    By Shamz41 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-24-2017, 04:24 AM
  2. help on badge inventory
    By Shamz41 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-23-2017, 06:31 AM
  3. I would like to scan a badge and have the date imported as a name
    By bschram50 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-25-2017, 07:21 AM
  4. Badge Inventory look up
    By Shamz41 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-09-2017, 07:58 AM
  5. Badge Inventory Scanning
    By Shamz41 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-30-2015, 10:59 PM
  6. A Macro to print name badge from a list
    By cecemf in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-06-2011, 05:02 AM
  7. ID Badge Form with Preview (?)
    By rfhall50 in forum Excel General
    Replies: 1
    Last Post: 03-28-2011, 12:56 PM

Tags for this Thread

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