All Formula of MS Excel
All Formula of MS Excel 1- Total = SUM(Range) 2- Average = Average (Range) 3- Percentage = Part/Whole 1- Count (Number) = count(range) 2- Count ( Number and texts) = counta(range) 3- Count (Blank cells) = countblank (range) 4- Count (condition) = countif(range,criteria) 1-VLOOKUP - Vertical lookup = vlookup(lookup value, table array, column index number, range lookup)