I am working on trying to come up with a Google Sheets formula to calculate a Largest Single Day Sum and a Smallest Single Day Sum over a range of dates. For Example:
Given the following sheet, I have a range of Dates A3:A12, and a range of profits, B3:B12. I want to use a formula to go over the range of dates and profits to then return the Date and Sum of the Largest Single Day Sum and the Smallest Single Day Sum. Is there any way to do this? Thanks.