+ Reply to Thread
Results 1 to 4 of 4

Formular needed to calculate the number of values that exist between two numbers

  1. #1
    Registered User
    Join Date
    09-21-2012
    Location
    Perth, Austalia
    MS-Off Ver
    Excel 2010
    Posts
    10
    Hi all,

    I would greatly appreciate help on the following problem

    I have data showing depths drilled during each particular day for example

    Hole 1 Hole 2
    Start Finish Start Finish
    20 180 0 250

    And I want to automatically populate these cells to give a break down of how much was drilled in each region

    0-50 51-100 101-150 151-200 201-250 251-300 301-350
    ? ? ? ? ? ? ?

    the answers for the above example would be;
    0-50 51-100 101-150 151-200 201-250 251-300 301-350
    80 100 100 80 50 0 0




    Does anyone have any idea what formular I should use?

    Thanks in advance.

    Alex
    Attached Files Attached Files
    Last edited by alex520; 09-22-2012 at 12:58 AM.

  2. #2
    Registered User
    Join Date
    09-21-2012
    Location
    Perth, Austalia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Formular needed to breakdown data????

    excel help.png

    This screenshot may help, the red cell are the ones that I need a formular for, I have manulaly calculated their values in the example. The two totals should be the same.

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,607

    Re: Formular needed to breakdown data????

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.



    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post, you need to be using the main 'New Post' or 'New Thread' page and not 'Quick Reply'.
    To use the main 'New Post' page, click the 'Post Reply' button in the relevant thread.


    On this page, below the message box, you will find a button labelled 'Manage Attachments'.
    Clicking this button will open a new window for uploading attachments.


    You can upload an attachment either from your computer or from another URL by using the appropriate box on this page.
    Alternatively you can click the Attachment Icon to open this page.


    To upload a file from your computer, click the 'Browse' button and locate the file.


    To upload a file from another URL, enter the full URL for the file in the second box on this page.
    Once you have completed one of the boxes, click 'Upload'.


    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Ben Van Johnson

  4. #4
    Registered User
    Join Date
    09-21-2012
    Location
    Perth, Austalia
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Formular needed to breakdown data????

    I do not know if this helps but I shall try and explain my thinking so far.

    There are several possibilities.

    1 The Min<MaxRange in which case there are three other possibilies
    1a Min<RangeMin = no value
    1b Max<RangeMax = Max-MinRange
    1c Max>RangeMax= MaxRange-MinRange
    2 The Min<RangeMin= No value
    3 Max<RangeMin= No Value
    4 Max<RangeMax=
    4a Max<RangeMin= No Value
    4b Max>RangeMin = RangeMax-RangeMin

    I am sorry if this has not been explained well or if it unnessasary

    I do not know how to put this into a formular
    Last edited by alex520; 09-22-2012 at 01:20 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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