+ Reply to Thread
Results 1 to 6 of 6

Creating a Registration form for classes that can assign "applicant number", "classes",etc

  1. #1
    Registered User
    Join Date
    11-02-2013
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Creating a Registration form for classes that can assign "applicant number", "classes",etc

    Noob at excel but I really need this. Please help me. I don't wanna lose what I have because of excel

    I need to make a registration form for some academic classes. There will be a total of 10 classes, 5 for class A (as in time/AM) and 5 for class B (PM). Max number of students per class is 20. The registration system should be able to assign a student number for every person that applies, and they can apply to at least one class and at most two classes. And as a summary thing, the file should be able to show how many people are in a class already and how many more slots are open to applicants. There also needs to be a report that can be printed that will contain the applicant's name, applicant number, the class/es the person enrolled in (and the classroom and moderator but that's up to me)

    Please help me with the formulas, like just show me what formulas I can use. Really having a hard time here.

    (If i did anything wrong or banned here pls just tell me, new member here)

    Really really need help!
    Thanks in advance!
    Last edited by tuneski; 11-03-2013 at 12:45 AM.

  2. #2
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: Simple formulas (more or less for noobs at excel) for a simple registration form. help

    upload a sample file with anonymous data and someone can take a look at it...

  3. #3
    Registered User
    Join Date
    11-02-2013
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Simple formulas (more or less for noobs at excel) for a simple registration form. help

    I would, if I could start at all. I really really really don't know where to start. If what you mean by anonymous data is like the name of the classes etc etc, then any placeholder can count. All I need are the formulas and stuff anyways. Thanks though!

  4. #4
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: Creating a Registration form for classes that can assign "applicant number", "classes"

    OK,

    How about using the following functions as a start:

    row - could be used to assign student number
    counta - could be used to count number of students in a class

  5. #5
    Registered User
    Join Date
    11-02-2013
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Creating a Registration form for classes that can assign "applicant number", "classes"

    ^^ Thanks for suggesting the ROW function, got it working, I think. I didn't try COUNTA, I don't get it haha.

  6. #6
    Forum Contributor
    Join Date
    03-27-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: Creating a Registration form for classes that can assign "applicant number", "classes"

    Counta is fairly simple:

    It counts the amount of non blank cells in a range.

    Say people sign up for a class, you can out their name on a list ...so for class 1 you can have a list of people in range A1:A20.

    In a blank cell put in
    =counta(A1:A20)

    This will count the number of people already registered for class 1....

    You wanted to see how many spots are still available....so I would suggest a formula like this:

    =20-(counta(A1:A20))

+ 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] Copying Excel formulas down... should be simple.
    By Marc Anthony in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-23-2013, 01:18 PM
  2. Simple question about FORM / SAVE & EXCEL
    By Alex in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-23-2006, 05:45 PM
  3. Simple Simple Excel usage question
    By BookerW in forum Excel General
    Replies: 1
    Last Post: 06-23-2005, 05:05 PM
  4. [SOLVED] Simple formulas in existing Excel 2002 no longer working.
    By AllieB in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-03-2005, 12:06 PM
  5. Posting data from a simple form to a simple database
    By clacka in forum Excel General
    Replies: 0
    Last Post: 01-30-2005, 04:37 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