andrewoneill3
New Member
- Joined
- Mar 6, 2014
- Messages
- 4
Hello to everyone on this forum! I am so glad I found this because I am pretty stuck. Here is my problem:
I have a list of names on one excel sheet, I have a formula that takes whatever name is typed into a particular cell and checks the number of times that particular cell appears across a specified range of cells on a different page. The final task is the formula will then display the number of times the name appears across that specified range. The number will display in a cell on the page that also has the specified range where the formula checks the number of times the name appears.
Here is the formula I used:
=SUMPRODUCT((J2:P8=Setup!B26)*1)
My problem is that I don't have the formula recognizing that a cell across a specified range is blank or empty. I have tried several different modifications that did not work:
=SUMPRODUCT((J2:P8=Setup!B26<>"")*1)
=SUMPRODUCT((J2:P8<>""=Setup!B26)*1)
=SUMPRODUCT((J2:P8=Setup!B26)*1<>"")
These are just a few examples. I have tried other methods, but the truth is I don't understand the formulas enough to understand how to even go about thinking about this.
Any help would be so greatly appreciated!
Thank you, Andrew
I have a list of names on one excel sheet, I have a formula that takes whatever name is typed into a particular cell and checks the number of times that particular cell appears across a specified range of cells on a different page. The final task is the formula will then display the number of times the name appears across that specified range. The number will display in a cell on the page that also has the specified range where the formula checks the number of times the name appears.
Here is the formula I used:
=SUMPRODUCT((J2:P8=Setup!B26)*1)
My problem is that I don't have the formula recognizing that a cell across a specified range is blank or empty. I have tried several different modifications that did not work:
=SUMPRODUCT((J2:P8=Setup!B26<>"")*1)
=SUMPRODUCT((J2:P8<>""=Setup!B26)*1)
=SUMPRODUCT((J2:P8=Setup!B26)*1<>"")
These are just a few examples. I have tried other methods, but the truth is I don't understand the formulas enough to understand how to even go about thinking about this.
Any help would be so greatly appreciated!
Thank you, Andrew