+ Reply to Thread
Results 1 to 9 of 9

Making a rating from 1-12 with no overlap for a quastionaire

  1. #1
    Registered User
    Join Date
    09-10-2014
    Location
    holland
    MS-Off Ver
    2013
    Posts
    29

    Question Making a rating from 1-12 with no overlap for a quastionaire

    Hi guys!

    I am making a questionnaire in Excel and i was wondering if it is possible to make someone rate 12 different attributes from 1 to 12 without there being any overlap in number (so that non attribute gets the same number and that no one gives a rating of 13). I already figured out the combobox function but i can't figure this one out

    Help is much appreciated!!

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    Are you doing it on sheet or in a userform?
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Registered User
    Join Date
    09-10-2014
    Location
    holland
    MS-Off Ver
    2013
    Posts
    29

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    I am doing it in a sheet in excel 2013

  4. #4
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    09-10-2014
    Location
    holland
    MS-Off Ver
    2013
    Posts
    29

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    Thanks a lot! Maybe a stupid question, but how do i transform this in the macro to make it work? it keeps on giving errors if i try

  6. #6
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    You need to put it in the sheet that you are using so in the VB Editor double click, say Sheet1 and add it there.

    Might be best to visit some introductions to Excel VBA as well, see how Excel Sheets etc are related to the code/macros

  7. #7
    Registered User
    Join Date
    09-10-2014
    Location
    holland
    MS-Off Ver
    2013
    Posts
    29

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    Thanks a lot Nathan!

  8. #8
    Registered User
    Join Date
    08-15-2014
    Location
    St.Petersburg, Russia
    MS-Off Ver
    MSO Excel 2010
    Posts
    20

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    Hello
    Why not just use data validation for cells? You can
    1. add validation rule to a range (a list of numbers from 1 to 12), so there will be no any other values than from this list
    or
    2. add validation rule to a range of such cells with formula (
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    )

    Or, you can use 1st trick and conditional formatting with modified formula from 2nd:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See attachment
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    09-10-2014
    Location
    holland
    MS-Off Ver
    2013
    Posts
    29

    Re: Making a rating from 1-12 with no overlap for a quastionaire

    I must say that i really start to love you guys on this forum! Thanks Hohlick :D

+ 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. Making a quastionaire - No clicking back
    By martijnvanderveldt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2014, 07:02 PM
  2. [SOLVED] determine total overlap time when there are gaps in overlap (4 date ranges)
    By miriambender in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-12-2014, 11:58 PM
  3. Replies: 0
    Last Post: 08-14-2013, 11:21 AM
  4. Rating
    By sentinela in forum Excel General
    Replies: 6
    Last Post: 03-23-2009, 02:59 PM
  5. [SOLVED] RAG Rating
    By Andy Brander in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-27-2005, 10:06 AM

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