An ever-growing Excel Functions
My way of explaining each entry with as much detail as I can. You'll find suggestions, best practices, things to avoid, and limitations.
Last updated
I'll include all my experiences (good and bad) working with them.
I want people to use it and share it. So I won't put any restriction on it on this reference.
Please contribute! The better I can make it, the better it will be for everyone.
I learn from lots of places, so some things may be found elsewhere.
Logical (2)
Go to topMath (5)
Excel: Count
Counts the cells in a range that contain numbers. Ignores text, blanks, and errors.
ViewExcel: Countif
Counts the cells in a range that meet one condition. Text matching ignores case.
ViewExcel: Sum
Adds numbers, cells, or ranges into a single total. A single error in the range takes over the result.
ViewExcel: Sumif
Sums the values that meet one condition. A mismatched sum range is silently reshaped, not flagged.
ViewExcel: Sumifs
Sums the values that meet several conditions at once. All conditions combine with AND, not OR.
View