Search notes:

Excel worksheet functions: sumif

SUMIF(range, criteria, [sum_range])
Sum up all numbers in the range B1:B100 that are greater or equal to 10. Note that the condition is a string:
=sumif( B1:B100 , ">=10")
Sum up all numbers in the range B1:B100 where the corresponding value in A1:A100 is yes:
=sumif( A1:A100, "yes", B1:B100)
Sum up all numbers in the range B1:B100 where the corresponding value in A1:A100 is not bar. Note that bar itself needs not be put into qutoes:
=sumif( A1:A100, "<>bar", B1:B100)

See also

sumifs
Other Excel functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758201279, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/functions/sum/if(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78