+ Reply to Thread
Results 1 to 10 of 10

Adding rates from Overlapping Data

  1. #1
    Registered User
    Join Date
    11-29-2017
    Location
    Arkansas, US
    MS-Off Ver
    365
    Posts
    5

    Adding rates from Overlapping Data

    I am attempting to create an excel formula sheet that will allow me to add the rates of a construction material dumped at a location to a specific alignment when some of the locations overlap.

    For Example, using stations, one location might be
    100+00 to 110+00 with a rate of 110.27

    another location would be

    101+00 to 111+00 with a rate of 89.73

    From station 100+00 to 101+00 the rate would be 110.27. Then from 101+00 to 110+00, the rate would be 200. Finally from 110+00 to 110+00 it would be 89.63.

    Lets say the alignment was from 99+00 to 112+00.

    My objective, as I said earlier, is to represent the entire alignment with the total rate for each station accounting for each area of overlap. And allow me to add new locations in the future that are distributed to their correct stations.

    The next issue after that for partial stations where the last two digits are nonzero. It would be incredibly annoying to have a list of every station like 99+00,99+01,99+02, etc,. So I'm attempting to find an equation that would add the partial stations into the closest station after converting the rate into a more appropriate number. Meaning if the station was 110+49, and the rate was 100, I want 49 tons to be added to 109+00 to 110+00.

    I've been having some serious issues getting something to work, mostly because I'm not very skilled at excel but I know there is a simple solution out there I don't fully know how to do.

    Any help would be appreciated!

    P.S. Stations for those that may not know are a representation of feet or meters in a simple form from a reference point. So 100+00 is 10000 ft from a reference point.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Adding rates from Overlapping Data

    Quote Originally Posted by Asdesche View Post
    Meaning if the station was 110+49, and the rate was 100, I want 49 tons to be added to 109+00 to 110+00.
    May I interprete 110+49 = 11049 tons?
    Quang PT

  3. #3
    Registered User
    Join Date
    11-29-2017
    Location
    Arkansas, US
    MS-Off Ver
    365
    Posts
    5
    Quote Originally Posted by bebo021999 View Post
    May I interprete 110+49 = 11049 tons?
    Sorry my mistake. No stations represent a location the rate is
    The tonnage. So imagine 110+00 as a specific point. Like 11000 is just a point on a map. You could even use x,y or z. I'm just using stations because that will end up being what I use in the end

  4. #4
    Registered User
    Join Date
    11-29-2017
    Location
    Arkansas, US
    MS-Off Ver
    365
    Posts
    5
    The rate is a tons per station. So if the station is from 100+00 to 101+00 it would be one station. If the rate is 100 tons per station there is 100 tons of material from 100+00 to 101+00

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Adding rates from Overlapping Data

    Is it are you looking for?

    I have no idea which format layout your project would to be, but I try follow my understanding.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-29-2017
    Location
    Arkansas, US
    MS-Off Ver
    365
    Posts
    5
    Sorry for the misunderstanding. I probably should have explained better.
    So let's say we had twenty locations where material was dumped
    Some generic stations.
    100+00 to 103+00, rate 200
    101+00 to 104+00, rate 200
    102+00 to 105+00, rate 200
    Etc.,
    I want to create an Excel sheet that will represent the alignment from start to finish and add every rate that corresponds to a specific amount of the alignment. So if the alignment is from 100+00 to 123+00, I want the calculation to find every rate that needs to be added to the alignment from the location Information. At station 100+00 to 101+00 the rate is 200, then it increase to 400 and then it climbs to 600 and remains that way until station 120+00.

    I want to be able to put in a new location let's say
    From 100+00 to 110+00, rate 100, and it distribute to the alignment. The problem is there are partial stations, in between, and I don't want to have to respresent all those in between stations.

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Adding rates from Overlapping Data

    Could you show us how your layout would be?
    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  8. #8
    Registered User
    Join Date
    11-29-2017
    Location
    Arkansas, US
    MS-Off Ver
    365
    Posts
    5

    Re: Adding rates from Overlapping Data

    Here is the sample excel sheet. When you take a look at it, you'll notice some locations have partial stations, and so the other issue I have is I want to have the rate from that partial station distribute into the closest stations. So
    the first location is 280+20, so the rate would fall 20% into 279+00 to 280+00, and 80% into 280+00 to 281+00. Though if that's not possible or too difficult, the first issue is the only one I need to solve.
    Attached Files Attached Files

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Adding rates from Overlapping Data

    Not fully understanding but below formula do exactly as your expected result:

    In M2 then copy down:

    Please Login or Register  to view this content.

  10. #10
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Adding rates from Overlapping Data

    There are also rounding errors. M11:M16 show 74.31. They should be 74.30.

    Using Quang's formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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. Replies: 3
    Last Post: 12-08-2020, 12:22 PM
  2. Adding percentages/rates on data
    By yehb in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-13-2017, 08:50 AM
  3. working out weekday rates vs weekend rates
    By scott11106 in forum Excel General
    Replies: 3
    Last Post: 08-29-2015, 12:14 PM
  4. [SOLVED] Overlapping Data to Reconcile
    By tejboyd in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-15-2015, 09:02 AM
  5. Handling Overlapping Data
    By cddude229 in forum Excel General
    Replies: 4
    Last Post: 06-17-2010, 03:27 PM
  6. Data Overlapping Other Columns
    By geej in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-15-2007, 06:25 PM
  7. [SOLVED] Finding Overlapping Data
    By comparini3000 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-24-2006, 03: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