VLOOKUP IN MS EXCEL s.3
VLOOKUP stands for Vertical Lookup. it is a function that makes excel search for a certain value in a column you specify from table array, in order to return a value from a different column in the same row.
Vlookup is often used to grade items when a grading table is given
HOW TO USE VLOOKUP
Here are some examples of how to use the COUNTIF
function in Excel:
- Counting cells with a specific value: If you want to count the number of cells that contain a specific value, you can use the
COUNTIF
function. For example, if you want to count the number of cells in range A1:A10 that contain the number 5, you can use the following formula:
=COUNTIF(A1:A10, 5)
- Counting cells that meet a condition: You can also use the
COUNTIF
function to count cells that meet a certain condition. For example, if you want to count the number of cells in range A1:A10 that contain a number greater than 5, you can use the following formula:
=COUNTIF(A1:A10, ">5")
- Counting cells with specific text: If you want to count the number of cells that contain a specific text, you can use the
COUNTIF
function. For example, if you want to count the number of cells in range A1:A10 that contain the word “Excel”, you can use the following formula:
=COUNTIF(A1:A10, "Excel")
- Counting cells that do not meet a condition: You can use the
COUNTIF
function to count cells that do not meet a certain condition. For example, if you want to count the number of cells in range A1:A10 that do not contain the number 5, you can use the following formula:
=COUNTIF(A1:A10, "<>5")
Remember, the COUNTIF
function is case-insensitive, so it does not distinguish between uppercase and lowercase text1.
SUMIF
Comments