Forum Discussion

Scholtar's avatar
Scholtar
Copper Contributor
May 26, 2023
Solved

Look at multiple values to give me a TRUE/FALSE

I'm trying to get Excell to give me a "Current" or "Uncurrent" value based on 2 different variables.   The variables are: Within the past 90 days over a range of 9999 cells More than 1.0 over a r...
  • HansVogelaar's avatar
    HansVogelaar
    May 26, 2023

    Scholtar 

     

    =IF(SUMIFS(M4:M9999, B4:B9999, ">="&TODAY()-90)>1, "Current", "Uncurrent")

Resources