Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizPlease log in to access this content. You will be redirected to the login page shortly.
LoginExplain any five functions that can be used in a worksheet.
General Awareness MS-EXCEL 2007 IN GENERAL AWARENESS 2 years ago
1. SUM Function
This function, as clear from the name, is used to add all the values provided as an argument and to display the result in the cell containing the function.
Argument Type All Numbers Return Type Number
Syntax = SUM(number1, number2, )
e.g. if you want to display the sum of values of cells Al, A2, A5, and A6 in cell A9, then you need to simply type = SUM(A1, A2, A5, A6) in cell A9 and press Enter. The sum will be displayed in cell A9. If you want to add a range of values, then provide that range in SUM function as an argument.
e.g. if you want to add values from Al to A5, then write like =SUM(A1: A5).
2. AVERAGE Function
This function calculates the average of all the values provided as an argument to this function.
Argument Type All Numbers Return Type Number
Syntax = AVERAGE(number1, number2, )
e.g. to calculate the average of the values of a range starting from Al to A5 in cell B9, you need to write = AVERAGE(A1: A5) in cell B9.
3. COUNT Function
This function counts the number of cells that contain numbers and numbers within the list of arguments.
Argument Type Any Type Return Type Number
Syntax = COUNT(value1, value2, )
e.g. if the values contained in cells Al, A2, A3, and A4 are 5, 7, TRUE and 10 respectively, then – COUNT(Al: A4) will return 3.
4. COUNTA Function
This function is similar to the COUNT( ) funtion. The only difference is that the COUNTA() function also calculates the text entries even when the entries contain an empty string of length 0(zero), i.e. “ ’ ”, but empty cells are ignored. The COUNTA() function counts the total number of values in the list of arguments.
Argument Type Any Type Return Type Number
Syntax = COUNTA (number 1, number 2, …)
e.g. if the value contained in cells Al, A2, A3, and A4 are 5, 7, TRUE and 10 respectively then = COUNTA (Al: A4) will return 4.
5. MAX Function
This function is used to return maximum value from a list of arguments.
Argument Type All Numbers Return Type Number
Syntax = MAX(number1, number2, ….)
e.g. if the values contained in cells Al, A2, A3 and A4 are 5, 7, 2 and 10 respectively then = MAX(A1:A4) will return 10.
Posted on 06 Oct 2022, this text provides information on General Awareness related to MS-EXCEL 2007 IN GENERAL AWARENESS. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.