70 likes | 154 Vues
Learn how to use Excel COUNTIF and SUMIF functions to count and sum values based on specific criteria. Find examples and instructions for these useful functions in Excel.
E N D
Excel Functions By Mrs. Erum Tanveer
COUNTIF() =countif(range of cells,criteria)
Counts the number of cells that have the same content as the criteria. The following example shows the number of cells that contain the number 100. The formula entered in the B1 cell is =countif(A1:A3,100) .
Q) Use countif() to find out the number of Disk in the column named Product a) =countif(a2..a7,”Disk”) b) =countif(a2..a7, a2) c) =countif(b2..b7,”Disk”) d) =countif(b2..b7,”a2”)
SUMIF() =sumif(range of cells,criteria)
This function adds numbers that have the same value. Place the cursor in the B3 cell.Enter this formula: =sumif(A1:A3,100) .