Dynamic range between two matches
To create a dynamic range between two matches, you can use the XLOOKUP function. In the example shown, the formula in cell F8 is: =SUM(XLOOKUP(F5,date,sales):XLOOKUP(F6,date,sales)) where date (B5:B16) and sales (C5:C16) are named ranges. The result …Read more