Hi,
I'm trying to create a formula in a table column that sums values based on a date/time range as long as the time difference between any values within the range and the value in the current row is roughly less than 2 minutes. The issue I'm running into is a spill error from said calculation which I would like to find a somewhat non-strenuous means of getting around.
Here is the current formula:
=SUMIF([Update Time],([Update Time]-[@[Update Time]])*1440<=2,[Amount])
Obviously haven't exhaustively completed the calculation, but my issue is really just the spill error. I understand the source of the error and everything, but I'm having a creative block at the moment so open to solutions that may change the methodology completely.
Thank you in advance for any thoughts/help.
I'm trying to create a formula in a table column that sums values based on a date/time range as long as the time difference between any values within the range and the value in the current row is roughly less than 2 minutes. The issue I'm running into is a spill error from said calculation which I would like to find a somewhat non-strenuous means of getting around.
Here is the current formula:
=SUMIF([Update Time],([Update Time]-[@[Update Time]])*1440<=2,[Amount])
Obviously haven't exhaustively completed the calculation, but my issue is really just the spill error. I understand the source of the error and everything, but I'm having a creative block at the moment so open to solutions that may change the methodology completely.
Thank you in advance for any thoughts/help.