+ Reply to Thread
Results 1 to 5 of 5

Designing a Spreadsheet to count different values

  1. #1
    Registered User
    Join Date
    07-24-2013
    Location
    Calgary, Canada
    MS-Off Ver
    excel 2013
    Posts
    14

    Designing a Spreadsheet to count different values

    Hi Guys

    I am relatively new to using excel for any practical purposes, so I apologise if my understanding of basic concepts is lacking. There is only so much you can garner from playing around with excel and watching youtube videos (which I cannot watch at work, anyway :P)

    What I am trying to do is design a spreadsheet that automatically tallies different values as they are entered (unique values every time the spreadsheet will be used) and tallies them in a separate table automatically and as the user enters the values. These will be measurements of wood cuts for projects that are almost all custom, and certainly all unique. As I am doing quality control for a small company, we have limited access to more advanced software. Here is a brief example to illustrate what I mean:

    Bay # front rear

    1 100x100 200x200
    2 150x100 250x200
    3 150x100 225x200
    4 175x100 240x200
    5 100x100 200x200


    This is basically how the list would look, just with more entries

    What I would like to do is have the spreadsheet automatically count and parse the different values, creating a separate table that updates in real time of the various values (for example, when 100x100 is entered, a tally is put in to that real time counter).

    The values have to be distinct, but also need to consolidate as more tallies are entered. Lastly, and most importantly, it needs to be able to change every time a new project is processed. The next project will almost certainly contain different numbers. I have tried to do this using the countif feature, but it seems like that is based too much on micromanagement. The intention of this is to make it so that a variety of people can use the spreadsheet, most of whom have little in the way of computer skills.

    If anyone has any advice, or further questions that will help elucidate what I am asking I would be very very grateful for any assistance.

    Thanks so much

    Joel

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Designing a Spreadsheet to count different values

    If you had a list of the various sizes in, say, column X, so it will look like this starting in X2:

    100x100
    150x100
    175x100
    200x200
    225x200
    240x200
    250x200

    Then in Y2 you could have this formula:

    =COUNTIF(B:C,X2)

    which can then be copied down to the bottom of your list to create the summary table.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-24-2013
    Location
    Calgary, Canada
    MS-Off Ver
    excel 2013
    Posts
    14

    Re: Designing a Spreadsheet to count different values

    Thanks for your reply, Pete

    Yes that works quite well actually. Is there an easy way to then eliminate the redundant entries? While it does tally values at the top (for example, while 100x100 would be tallied 4 at its first appearance, that 4 tally shows up on the column under all subsequent appearances). If there was a way to enter in all the sizes, and then be able have the total appear only once per side that would be perfect.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Designing a Spreadsheet to count different values

    I don't understand what you mean. Can you attach an example workbook? (The FAQ describes how to).

    Pete

  5. #5
    Registered User
    Join Date
    07-24-2013
    Location
    Calgary, Canada
    MS-Off Ver
    excel 2013
    Posts
    14

    Re: Designing a Spreadsheet to count different values

    PRACTICE SPREAD.xlsx

    Pete

    Here is my example workbook.

    What I would like to do is have a separate section that counts as new entries are entered, and consolidates redundant entries.

+ 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] Lookup values in one spreadsheet and automatically input into another spreadsheet
    By prefcomm in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-08-2013, 05:26 PM
  2. Designing a spreadsheet
    By rebel11 in forum Excel General
    Replies: 2
    Last Post: 11-29-2009, 09:27 AM
  3. Help on designing a particular spreadsheat
    By nollo in forum Excel General
    Replies: 2
    Last Post: 09-15-2009, 12:15 AM
  4. designing a spreadsheet for projects
    By gav_69 in forum Excel General
    Replies: 1
    Last Post: 07-08-2008, 04:52 AM
  5. Designing a spreadsheet
    By Sally Mae in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-04-2006, 12:10 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