SAAGARSAAGAR ← Back to hub

📐 Formulas

Excel · Maths · Science · Economics — the formulas people actually search for, with examples.

📊 Excel / Spreadsheet formulas

FormulaWhat it doesExample
=SUM(A1:A10)Adds all numbers in a rangeTotal of marks A1 to A10
=AVERAGE(A1:A10)Mean of a rangeAverage marks
=IF(A1>40,"Pass","Fail")Conditional resultPass if marks > 40
=VLOOKUP(E2,A:B,2,FALSE)Find a value in a tableLook up a price by product code
=COUNTIF(A:A,"Kathmandu")Count matching cellsCount rows with "Kathmandu"
=SUMIF(A:A,"East",B:B)Sum where condition matchesTotal sales of East region
=CONCATENATE(A1," ",B1)Join text (or use &)First name + Last name
=TODAY()Current date (updates daily)Age = =TODAY()-B1
=MAX(A:A) / =MIN(A:A)Highest / lowest valueTop score in class
=ROUND(A1,2)Round to N decimal placesMoney to 2 decimals