+ Reply to Thread
Results 1 to 5 of 5

Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

  1. #1
    Registered User
    Join Date
    10-29-2016
    Location
    Adelaide, Australia
    MS-Off Ver
    365 - Beta Channel
    Posts
    9

    Arrow Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

    Hi all,

    So I've got an Excel sheet setup to calculate total labor costs.

    What happens now is that I manually input the pay rate as text. What I would like to happen is the pay rate updates based on the persons age which is on another sheet so when they turn older it automatically updates.

    I did try this formula =IF('Employee Data'!C2=15,10.59,"")+IF('Employee Data'!C2=16,13.25,"") and so forth for the different ages. However #VALUE! is displayed once I add the second IF function.

    Would appreciate the help!

  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,075

    Re: Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

    Use something like this, using your own numbers

    =IF(C2<15,"",IF(C2=15,100,IF(C2=16,120,IF(C2=18,140,160))))
    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

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,228

    Re: Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

    If there are many ages then a VLOOKUP might be a better option:

    =VLOOKUP(A2,Sheet2!A2:A15,2,0)

    where A2 = person's age

    Sheet2 has table in A2:B15

    Column A= Age

    Column B = Pay rate

  4. #4
    Registered User
    Join Date
    10-29-2016
    Location
    Adelaide, Australia
    MS-Off Ver
    365 - Beta Channel
    Posts
    9

    Re: Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

    Thanks Glenn & John both solutions work!

  5. #5
    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,075

    Re: Make Cell Show Certain Pay Rate Based on Cell in Another Sheet

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Show sheet based on cell value
    By tigergutt in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-24-2015, 10:23 AM
  2. How to make cells show blank based the cell to the left
    By ScottKiwi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-18-2015, 03:57 PM
  3. Replies: 0
    Last Post: 03-08-2013, 06:34 AM
  4. How to make a new sheet based on the contents of a cell
    By reddobe in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-03-2013, 11:46 AM
  5. [SOLVED] How to make a different sheet cell show up even or odd from another sheets number?
    By greenfox74 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2012, 12:11 PM
  6. Show and Hide Label Controls based on cell on another sheet
    By muzunova in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2011, 02:07 PM
  7. [SOLVED] format cell to show leading zeros and make cell a three digit fiel
    By Kristin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-28-2006, 04:45 PM

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