Every business day I enter a date and a corresponding numeric value.
When I enter the first entry of a new quarter, that should be a trigger to calculate the maximum value of the previous quarter, the minimum value of the previous quarter and the last value of the previous quarter.
Each quarter does not have the same number of days/entries – they vary. Quarters go as follows: 1 Jan-31 March (Q1), 1 Apr – 30 Jun (Q2), 1 Jul – 30 Sep (Q3), 1 Oct -31 Dec (Q4).
Can you please help me calculate the maximum, minimum and last price of the previous quarter – without a VBA code? Instead, I’d prefer using formulas and functions.
When I enter the first entry of a new quarter, that should be a trigger to calculate the maximum value of the previous quarter, the minimum value of the previous quarter and the last value of the previous quarter.
Each quarter does not have the same number of days/entries – they vary. Quarters go as follows: 1 Jan-31 March (Q1), 1 Apr – 30 Jun (Q2), 1 Jul – 30 Sep (Q3), 1 Oct -31 Dec (Q4).
Can you please help me calculate the maximum, minimum and last price of the previous quarter – without a VBA code? Instead, I’d prefer using formulas and functions.