I have several formulas that are based on a running total in one column, but that total needs to reset for each month. As it stands, I am manually dividing up rows and starting a new running SUM for each month. Is there some way of using an IF statement using the MONTH function, potentially? I'm trying to automate this process as much as possible.