+ Reply to Thread
Results 1 to 3 of 3

Sugestions on how to make the best view

  1. #1
    Registered User
    Join Date
    05-10-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    15

    Sugestions on how to make the best view

    Hey guys.

    Sorry for the not helping title, but I was not sure what to call it, because I'm not 100% sure what I'm asking for.
    At the moment i got a spreadsheet with a lot of data.

    On another sheet I want to make a easy viewable GUI with some buttons, where it's possible to do some sorting in the data.

    Sheet1 Rows(Head sheet):
    Name:
    Age:
    Hair colour:
    ShoeSize:
    Clothes size:

    Sheet 2:
    On the other sheet i want a GUI with headlines named(Maybe with checkboxes):

    Name
    Age
    Hair colour
    ShoeSize
    Clothes size

    I want to make it possible for the user to choose fx. age and shoesize.
    When they choosen those, I want to make a button (Next fx), and after that they will have the possiblity to choose between fx. age 10-20, 20-30, 30-50 etc and some shoesizes to.
    When they have made this new decisson I want a new button, where they can click and then the spreadsheet show to ones who fullfilled the choosen criterias.


    Does it make any sense at all?


    The button line is I don't know the best way to do what I want on Sheet 2.
    Is it best to make headlines with checkboxes, comboboxes or something else? Or do you got a completely different sugestion.

    If you don't understand what I want, I will try to see if I can make a spreadsheet with the idea in my head, to make it more easy to visualize

    Thanks in advance

    /CenaDK
    Last edited by CenaDK; 05-21-2012 at 02:58 AM.

  2. #2
    Registered User
    Join Date
    04-25-2012
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Looking for advice on how to the best way

    Could put on option buttons and set up an on 'change' event - if buttonAge.value = true then comboboxAge.enabled = true.

    or something like that...

    then you could put the data in a table and have it filter based on those choices.

  3. #3
    Registered User
    Join Date
    05-10-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Looking for advice on how to the best way

    Quote Originally Posted by Matt_ View Post
    Could put on option buttons and set up an on 'change' event - if buttonAge.value = true then comboboxAge.enabled = true.

    or something like that...

    then you could put the data in a table and have it filter based on those choices.
    Can you explain a little further? I'm not sure what option buttons is and how it's working.

    I was thinking I could maybe use some form checkboxes and maybe a command button who check which checkboxes are true/false.
    But I'm not sure wheter there is a smarter way to it.

+ 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