Forum Discussion
GarrettAI
Dec 27, 2021Copper Contributor
Trying to Add a Minimum value to SUMIFS formula
Hi there, I'm currently trying to add a minimum value to my SUMIFS formula. The idea is to exclude data points if they are not above a certain value, such as 100. For example, in my file, if the valu...
- Dec 29, 2021
Juliano-Petrukio
Dec 27, 2021Bronze Contributor
=SUMIFS('KT Data'!$M:$M,'KT Data'!$L:$L,'TMS vs KT'!$A3,YourRangeWhereTheValuesAre;">=100")
- GarrettAIDec 29, 2021Copper Contributorhi Juliano, thank you for responding the other day with that. I've been trying to implement it but I can't seem to get it to work. where you said ' YourRangeWhereTheValuesAre; ' is that referring to the location, as in the sheet, where the values are, or the actual range that I want to analyze, which in this case is anything over 100?
Thanks again for the help, really appreciate it!- HansVogelaarDec 29, 2021MVP
- GarrettAIDec 29, 2021Copper ContributorHans! It worked!!! Thank you so much!!! Happy New Year and may it be a great one, man!