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




Click on the link below to practice the qn


HLOOKUP
HLOOKUP stands for Horizontal lookup (opposite of  vlookup). it is a function that makes excel search for a certain value in a specified row from table array, in order to return a value from different row in the same column.



COUNTIF FUNCTION
Count if counts the number of cells in a range, which citifies a given criterion or condition .

Here are some examples of how to use the COUNTIF function in Excel:

  1. 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)
  1. 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")
  1. 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")
  1. 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

Anonymous said…
Nice word brother. Keep possting

Popular posts from this blog

CARE AND SAFETY OF ICT TOOLS S.1

Data Processing cycle S.1

SYSTEM AND DATA SECURITY