TheyCallMeIke
New Member
- Joined
- Nov 4, 2010
- Messages
- 34
Hello everybody,
I need some help trying to get this formula to countif, but containing multiple values.
I know its sloppy but my current formula is (and it works):
So what that is doing is telling the cell to add up everything on the February sheet in the K column containing the values 3, 9, 5, 12, etc. and add them all together. Again, i'm a newb and it's sloppy, but it works.
Now what I need to do, is not only have it add all of those up like above, but somehow add in for the formula to ALSO only countif cell D range or column D is populated with "HMO"
the ending result is that the specific cell with this formula will countif all of the rows containing those numbers in the K column listed above, but also only if they contain the text HMO in column D. so it has to meet both criteria.
Can anyone help me with this? If my explanation isnt clear (i'm terrible at explaining things) just let me know and i'll try to do better.
thanks so much for anyone that can help me with this.
I need some help trying to get this formula to countif, but containing multiple values.
I know its sloppy but my current formula is (and it works):
=COUNTIF(February!K3:K9994,"3")+COUNTIF(February!K3:K9994,"5")+COUNTIF(February!K3:K9994,"9")+COUNTIF(February!K3:K9994,"12")+COUNTIF(February!K3:K9994,"37")+COUNTIF(February!K3:K9994,"39")+COUNTIF(February!K3:K9994,"46")+COUNTIF(February!K3:K9994,"47")+COUNTIF(February!K3:K9994,"54")+COUNTIF(February!K3:K9994,"73")+COUNTIF(February!K3:K9994,"74")+COUNTIF(February!K3:K9994,"75")+COUNTIF(February!K3:K9994,"76")+COUNTIF(February!K3:K9994,"77")+COUNTIF(February!K3:K9994,"78")
So what that is doing is telling the cell to add up everything on the February sheet in the K column containing the values 3, 9, 5, 12, etc. and add them all together. Again, i'm a newb and it's sloppy, but it works.
Now what I need to do, is not only have it add all of those up like above, but somehow add in for the formula to ALSO only countif cell D range or column D is populated with "HMO"
the ending result is that the specific cell with this formula will countif all of the rows containing those numbers in the K column listed above, but also only if they contain the text HMO in column D. so it has to meet both criteria.
Can anyone help me with this? If my explanation isnt clear (i'm terrible at explaining things) just let me know and i'll try to do better.
thanks so much for anyone that can help me with this.