Excel Functions and Formulas Exercises
Excel Functions and Formulas Exercises
Exercise: Enter values in cells A1 and A2. Calculate the sum, difference, product, and quotient.
Exercise: Create a list of 10 numbers. Find the sum, average, minimum, and maximum.
3. IF Function
Exercise: Check if marks in A1 are greater than 50. Return "Pass" or "Fail".
4. Nested IF
Exercise: Count how many cells are not empty and how many values are above 50.
Exercise: Create a student table and search for scores using VLOOKUP.
Exercise: Show the current date, time, and extract year, month, day from a date.
Excel Functions and Formulas - Practical Exercises
13. IS Functions
- =INDIRECT("A"&1), =ADDRESS(1,1)
Excel Functions and Formulas - Practical Exercises
Exercise: Remove duplicates, sort a list, and filter values above 50.