=SUMIFS([PF EBITDA]:[PF EBITDA], Tab:Tab, "Closed", [Acquisition Type]:[Acquisition Type], "Acquisit

Trying to use Sumifs formula with a date range and formula is not working.

=SUMIFS([PF EBITDA]:[PF EBITDA], Tab:Tab, "Closed", [Acquisition Type]:[Acquisition Type], "Acquisition"), [Close Date-Target]:[Close Date-Target], AND(@cell >= DATE (2024, 1, 1), @cell <= DATE(2025, 1, 30))

@Paul Newcome help!!!

Best Answer

  • Leibel S
    Leibel S Community Champion
    Answer ✓

    @ToniGen4

    Looks like you had a parentheses in the wrong place:

    =SUMIFS([PF EBITDA]:[PF EBITDA], Tab:Tab, "Closed", [Acquisition Type]:[Acquisition Type], "Acquisition", [Close Date-Target]:[Close Date-Target], AND(@cell >= DATE (2024, 1, 1), @cell <= DATE(2025, 1, 30)))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!