+ Reply to Thread
Results 1 to 3 of 3

How to display data

  1. #1
    Registered User
    Join Date
    10-30-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    2

    Question How to display data

    Hello,

    I would like to create a database on excel, however am unsure of the best format to display the information.
    I have multiple pieces of information per field and would like to compare data from certain people.
    For example,

    database example.JPG

    The only way i can think of presenting this information is submitting a new line for each input but would rather not do this as when i calculate the mean age of the class this could be skewed.
    I could create extra columns and do "Pet 1, Pet 2 etc" but it wouldnt allow me to compare between columns.

    Are there any formula that can help me here or how would you display the above information? Any help is much appreciated!!
    Last edited by mnemz; 11-17-2014 at 11:21 AM.

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: How to display data

    Access is a better tool for this type of summary
    The other option is to create 3 tables.
    1. Student table - With fields: "Name","Age"
    2. Pets Table - With field: "Pets", "Student Name"
    3. Awards - With fields: "Awards","Student Name"

    I would either use access, or use excel 2013, where you could utilize Power Pivot and a data model to have these tables work together.
    Please click the * icon below if I have helped.

  3. #3
    Forum Contributor
    Join Date
    05-29-2013
    Location
    MD
    MS-Off Ver
    Excel 365
    Posts
    148

    Re: How to display data

    Hi mnemz,

    I'm glad you asked this question - a lot of people don't realise the importance of structuring your data correctly to get the most from it.

    Ideally, each input should have a new line, but your categories like Age etc, shouldn't be repeated each line. A better idea is to have a sheet called "Details" where you would store the ages of your [students?]

    Name Age
    ------- ----
    Bob 10
    Jane 8
    Steve 13

    Then you would have another sheet called "Pets" and it would go as follows:

    Name Pet
    ------ -----
    Bob Hamster
    Bob Cat
    Bob Dog

    Then another sheet called "Awards" (the awards are for the student, right? Not the pets?)

    Name Award
    ------- --------
    Bob 100% Attendance
    Bob Student of the month

    The advantage of laying it out like this is that you can easily get the mean age of the class using the "Detail" tab, and using a Pivot Table, you could get the total number of pets in the class using the "Pets" table, or a run down of all the students with 100% attendance etc.

    Consistency in naming the students (this is really the 'primary key' - the data that links all the sheets) needs to be maintained - You should ensure you spell the students' names correctly in each of the sheets to be able to link them later

    Thanks,
    Duncan

+ 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. Help: Search data in worksheet and display the data in userform text boxes
    By RAB7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-10-2013, 05:37 AM
  2. [SOLVED] Formula to display data validation results on another sheet based on data chosen?
    By myoung5149 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2013, 02:53 PM
  3. Replies: 0
    Last Post: 02-21-2013, 09:07 AM
  4. Replies: 0
    Last Post: 05-15-2012, 10:04 PM
  5. Display time based data in excel - simple play, pause, stop through data - HELP
    By geekyhawkes in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-13-2012, 01:55 PM

Tags for this Thread

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