Common MS Excel Formulas
Common MS Excel Formulas
Adding Values
Formula: =SUM(A1:A10)
Finding Average
Formula: =AVERAGE(A1:A10)
Formula: =MAX(A1:A10)
Formula: =MIN(A1:A10)
Formula: =COUNTA(A1:A10)
Formula: =COUNT(A1:A10)
Conditional Logic
Example: Looks for B2 in column A and returns corresponding value from the 3rd column in A1:C10.
Horizontal Lookup
Example: Looks for B2 in row 1 and returns value from the 2nd row in range A1:F3.
Conditional Sum
Conditional Count
Combining Text