0% found this document useful (0 votes)
4 views11 pages

Excel Practical Questions

Uploaded by

ffbrother13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views11 pages

Excel Practical Questions

Uploaded by

ffbrother13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Excel Practical Questions - Index

1. COUNT, COUNTA, COUNTBLANK, COUNTIF

2. SUM, SUMIF

3. MIN, MAX, AVERAGE

4. ROUND, ROUNDUP, ROUNDDOWN

5. VLOOKUP, HLOOKUP

6. LEFT, RIGHT, MID

7. LEN, TRIM, CONCATENATE

8. PROPER, UPPER, LOWER

9. NOW, TODAY

10. IF QUESTIONS
1. COUNT, COUNTA, COUNTBLANK, COUNTIF

Use COUNT to count total scores...


...
2. SUM, SUMIF

Use SUM to calculate total sales...


...
3. MIN, MAX, AVERAGE

Find the minimum, maximum, and average of Math scores...


...
4. ROUND, ROUNDUP, ROUNDDOWN

Use ROUND to round prices to 1 decimal...


...
5. VLOOKUP, HLOOKUP

Use VLOOKUP to find Department of employee...


...
6. LEFT, RIGHT, MID

Use LEFT to extract first 2 characters...


...
7. LEN, TRIM, CONCATENATE

Use LEN to find length of each name...


...
8. PROPER, UPPER, LOWER

Use PROPER to capitalize names correctly...


...
9. NOW, TODAY

Use TODAY to display current date...


...
10. IF QUESTIONS

Use IF to assign 'Pass' if Score >= 50...


...

You might also like