Requirement:
The user need to count how frequently a specific number occurs on a specific day.
Solution:
In I3:
=SUMPRODUCT(($A$3:$A$21=H$1)*($B$3:$F$21=H3))
Obtained from the OzGrid Help Forum.
Solution provided by NBVC.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to drag every Nth column, with varying starting column by date |
How to use a VBA code to change cells colours based on date in other cells |
How to count non blanks 5 years from the last non blank date |
How to use SUMPRODUCT with dates |
How to sum up values in a date range |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.