SLEEVELESS88
New Member
- Joined
- Jul 9, 2018
- Messages
- 1
Greetings all! First Time poster,
I am having an issue with a SUMPRODUCT formula to where the the outcome is counting all the blank cells. I have read through many posts about adding the same range with a (,<>"") at the end and it only produces a #VALUE error as a result. Below is my formula with an explanation of what I am trying to do.
=IF($BA8=$A$6,SUMPRODUCT(--($K$6:$K$200=$L$6:$L$200)),0)
I am working a Verification document for my job. We forecast weather events for aircraft and need to verify whether it is forecasted and if it occurs. These are answered with a Y or N.
$BA8 is a name of a forecaster and need to make a true value if it is equal with the same name is $A$6.
$K$6 is the first block with a Y or N
$L$6 is the second block with a Y or N.
If both of these values are equal, then I need it to get counted within the cell that I place the formula.
Right now I got as far as a working formula but it counts all of the blanks and gives me a total of 195 after counting the entire range of cells.
I feel that this is an easy solution but I have been attempting to comb through other posts for hours trying to piece together a working formula, to no avail.
Any assitance is appreciated!
Thank you for your time!
Sleeveless.
I am having an issue with a SUMPRODUCT formula to where the the outcome is counting all the blank cells. I have read through many posts about adding the same range with a (,<>"") at the end and it only produces a #VALUE error as a result. Below is my formula with an explanation of what I am trying to do.
=IF($BA8=$A$6,SUMPRODUCT(--($K$6:$K$200=$L$6:$L$200)),0)
I am working a Verification document for my job. We forecast weather events for aircraft and need to verify whether it is forecasted and if it occurs. These are answered with a Y or N.
$BA8 is a name of a forecaster and need to make a true value if it is equal with the same name is $A$6.
$K$6 is the first block with a Y or N
$L$6 is the second block with a Y or N.
If both of these values are equal, then I need it to get counted within the cell that I place the formula.
Right now I got as far as a working formula but it counts all of the blanks and gives me a total of 195 after counting the entire range of cells.
I feel that this is an easy solution but I have been attempting to comb through other posts for hours trying to piece together a working formula, to no avail.
Any assitance is appreciated!
Thank you for your time!
Sleeveless.