So lets say I have a reference column and I am looking to check the values in several other columns against this reference column. If the values in any of the other columns are greater than the reference value, I'd like to take the delta, for each column , and sum it all up.
In my screenshot below, I am comparing the value for each month column against the reference value. The overflow column is the sum of all the deltas. Will like to replicate that for each row with an array formula if possible.
here is a link to my google sheet if that helps. thanks!!