Excel Formulai PDF
Excel Formulai PDF
=sum(A1:A4)
=max(A1:A4)
=min(A1:A4)
=count(A1:A4)
=countif(A1:A4, “A”)
Use to count the number of entries of a specific number/alphabet in the given range
=average(A1:A4)
=round(7.394398934, 2)
=upper(a1)
=lower(a1)
Multiple if structure
=if(a1>=35, “Summer”, if(a1>=20, “Normal”, “Winter”))