You are on page 1of 2

College of Information Technology and Computer Science

CS 1 Fundamentals of Computer Software and Application Laboratory Exercise #14 SM Baguio Theater Name: Code/Schedule: Topic(s) Covered: Date: Terminal #:

Data Validation and Function

Estimated Completion Time: 1 hour and 25 minutes (1 meeting) Objectives: 1. To be able to incorporate data validation in a cell. 2. To be able to use function in a spreadsheet such as look up and logical functions. 3. To be able to understand the importance of data validation. 4. To be able to understand the importance of function in a spreadsheet. Discussions: Excel is equipped with built in Function for easier and maximized use. Functions are special formula that has specific task that when it is used it will give result. These are support for complicated calculation such as statistics, trigonometry and the like Creating an Excel spreadsheet that will be used by other people it is important to make it as easy to use as possible, especially if the eventual users will be people who are not skilled at using Excel. Reducing the possibility of errors can make a workbook easier to use and this is where Excels data validation feature can be useful. Data Validation can be used in the following ways: Restrict the data that can be entered in to certain cells. Provide a list of accepted values to assist in data entry. Provide prompts to assist a user in data entry. cket.xls. ) Look through the existing contents of the workbook. Produce meaningful error messages when incorrect data has been added. Problem: Secure a copy of SM Baguio Theater.xls from your instructor. Establish data validation and use function on the activity. Ticket number limits from 1 to 100000000, it will prompt the "Ticket number exceeds" once the input exceed the limit. Theater number is a list taken from D53 - D57 Movie Title is also a list taken from F51 - F61 Date must capture the first starting movie up to the last ending movie. It has input message "Movies start from 11/11/2010 to 11/30//2010". Also has error message displaying "Movies are CS 1 Fundamentals of Computer Software and Application available from 11/11/10 to 11/30/2010 Beside the date field, we have box that signifies if the movie is available or not.

College of Information Technology and Computer Science

Seating is a list taken from F76 - F79 Number of seats show that the cinema can accommodate 300 persons only. Display "The maximum seats is 300" once error occur Ticket amount is equal to the product of ticket type rating, seating cost and number of seat.

Save the activity in your Z:/.

Laboratory Exercise Score Sheet Criteria 1. Proper used of data validation a. Ticket number b. Theater number c. Movie title d. Date e. Ticket type f. Seating 2. Proper used of function a. Availability of the movie b. Duration field c. Ticket Amount 3. Completeness of the activity 4. Finished the exercise within the time-frame 5. Question and answer 10 5 10 5 5 5 5 5 5 5 5 5 Score

CS 1 Fundamentals of Computer Software and Application

You might also like