+ Reply to Thread
Results 1 to 2 of 2

Need help with pay chart, if values between x-y then pay x

  1. #1
    Registered User
    Join Date
    08-12-2016
    Location
    Phoenix
    MS-Off Ver
    2013
    Posts
    3

    Need help with pay chart, if values between x-y then pay x

    I am building (trying to build) a rudimentary automated pay sheet for my subcontractor pay sheet.... I put in all the data on the main sheet and I want the data to auto populate in the pay sheet, i have most of it done but stuck on a simple problem... keep in mind i am new to excel so the simplicity of my chart might look childish. Thanks in advance
    see attached

    so my 2 sheets are MAIN DATA AND SUBCONTRACTOR PAY.
    All the info on my main data page transfers into my subcontractor pay sheet.. but on my subcontractor pay sheet where it populates the grass installed in column D I want it to input the calculation of the chart located at A29 and translate thoes values in total to D26
    so D4 and D6 pay at .90 per sq ft
    and D7, D8 and D9 pay at .85 per sq ft so the total at D26 should total $2060
    See work sheet attached..
    I used
    =IFERROR(VLOOKUP('MAIN DATA'!$L5,GRASS_NAMES,2,0),"0")
    on the main data page to find the prices of my grass but cant get that to work in this situation..

    Thanks everybody
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Need help with pay chart, if values between x-y then pay x

    Change the values in A30:E30 to

    0, 500, 1000, 2000, 3000

    So that each cell only shows the minimum area for each rate.

    Next remove the $ symbol and /sqft from all of the cells in row 31, so that each only shows a decimal value. 0.90, 0.85 etc.

    Then in D26, enter

    =Table31[[#Totals],[GRASS]]*HLOOKUP(Table31[[#Totals],[GRASS]],A30:E31,2)

    Use the same method for putting green and E26.

+ 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. [SOLVED] How to get chart axis values to set as auto once chart is created
    By bdouglas1011 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-03-2014, 05:13 PM
  2. Chart Source values showing as zero in chart
    By Bernieboo62 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-29-2014, 10:53 PM
  3. [SOLVED] Chart Series With Zero Values - How to ommit from chart
    By Maroota in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 01-21-2014, 05:55 AM
  4. Pie Chart Help - I Want To Hide Values/Use Values But Not Show In Chart
    By RandomlySet in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-17-2013, 12:54 PM
  5. Replies: 3
    Last Post: 04-07-2013, 07:40 AM
  6. Huge differences in chart values screws my bar chart scale up.
    By Sirritys in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-13-2006, 05:35 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