this is a two part question
my raw data looks like this
sales amount running total
jun 1 1 1
jun 15 -1 0
jul 1 10 10
aug 1 -8 2
i want to find the maximum running total amount plus the date on which it occurred - in this case max = 10 on July 1.
any suggestions?
my raw data looks like this
sales amount running total
jun 1 1 1
jun 15 -1 0
jul 1 10 10
aug 1 -8 2
i want to find the maximum running total amount plus the date on which it occurred - in this case max = 10 on July 1.
any suggestions?