Trying to use SUMIFS
from a data dump (i.e. can't manipulate the raw data). One of the criteria of the SUMIFS
is to filter on the periods, where periods are in text value 01,02,03...10,11,12. I want to filter on such as "Period is less than 3". How would i do that?
Tried multiple ways such as SUMIFS(Range, Period, "<=03")
and all sorts of variations but just won't work.
Can someone please help out?