Hey All,
I'm trying to get a 90 day total from a set of data, using the absolute values of the data, as some of the data comes back as negative numbers; column A is the date the data was entered, column C is the data values.
I have a formula to get the 90 day total (shown below*) but I'm having trouble adding the ABS function to get the numbers to all add together. The only way's it's worked so far has been adding it to the whole formula so that the total is a positive number, but doing this means the total will be wrong as some of the numbers are being subtracted.
*=SUMIFS(C5:C35,A5:A35,">="&TODAY()-90,A5:A35,"<="&TODAY())
I'm trying to get a 90 day total from a set of data, using the absolute values of the data, as some of the data comes back as negative numbers; column A is the date the data was entered, column C is the data values.
I have a formula to get the 90 day total (shown below*) but I'm having trouble adding the ABS function to get the numbers to all add together. The only way's it's worked so far has been adding it to the whole formula so that the total is a positive number, but doing this means the total will be wrong as some of the numbers are being subtracted.
*=SUMIFS(C5:C35,A5:A35,">="&TODAY()-90,A5:A35,"<="&TODAY())