I am trying to make a formula that will calculate the sum off journal entries that meet certain criteria. This is my formula:
=SUMIFS(D2:D59158,"INT",L2:L59158,">=1/1/2015",L2:L59158,"<=6/30/2015",S2:S59158,"93"), but I keep getting an error message saying that there are too few arguments or a message asking if I was really meaning to type out a formula. I had been using the COUNTIFS function for similar problems and had no issues. Thank you for any help!