iv76erson03
New Member
- Joined
- Mar 13, 2014
- Messages
- 5
So I have a SUMIFS for a table and I want a criteria to include being less than a number in a different cell. My Formula is
=SUMIFS(Journal!$K$17:$K$10000,Journal!$D$17:$D$10000,"Retainage",Journal!$L$17:$L$10000,"<"&K2,Journal!$F$17:$F$10000,$B14)
The bit in question is in red. It doesn't work, I'm not getting any error message or anything, it just ignores that criteria and performs the rest of the checks. The number in cell K2 on my sheet is 2. If I substitute 2 for K2 in the formula, it works. I've verified that the cell K2 does in fact contain a number and not text. Is there some bug that you can't use a greater than or less than in a SUMIFS function?
Thanks in advance!
=SUMIFS(Journal!$K$17:$K$10000,Journal!$D$17:$D$10000,"Retainage",Journal!$L$17:$L$10000,"<"&K2,Journal!$F$17:$F$10000,$B14)
The bit in question is in red. It doesn't work, I'm not getting any error message or anything, it just ignores that criteria and performs the rest of the checks. The number in cell K2 on my sheet is 2. If I substitute 2 for K2 in the formula, it works. I've verified that the cell K2 does in fact contain a number and not text. Is there some bug that you can't use a greater than or less than in a SUMIFS function?
Thanks in advance!