1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Use Named Reference for Date in SumIfs

Our take

If you're navigating the complexities of using the SUMIFS function with user-input dates, you’re not alone. The challenge of integrating a named reference for a date can be a significant hurdle in data management. In your case, you're seeking a solution to replace a manually typed date with a user-defined date stored in a cell, thus enhancing flexibility in your spreadsheet. This is a common scenario, and there are effective ways to achieve this.

Hi all. Looking to see if this is possible, as it's proving to be the final obstacle in me getting something done.

I'm using SumIfs to sum figures based on a few different metrics, one of which is a <=date. It looks like this:

=sumifs(A:A, B:B, 2026, C:C, <DateSelect)

Where DateSelect is a cell in which the user enters a date manually.

The formula works fine when replacing the DateSelect with typing in the actual date into the formula itself like below:

=sumifs(A:A, B:B, 2026, C:C, "<01/02/2026")

But I need the formula to work with the date entered by the user. Is there a way for the formula to work with a named reference?

submitted by /u/GFDoomTrain
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles