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.
Math (3)
Excel: Count
Counts the cells in a range that contain numbers. Ignores text, blanks, and errors.
ViewExcel: SUMIFS
Sums the values that meet several conditions at once. All conditions combine with AND, not OR.
ViewExcel: Sum
Adds numbers, cells, or ranges into a single total. A single error in the range takes over the result.
View