Help on formula SUMIF using two validations. Validate Date and Name.

Hi all,

I am trying to extract individual Branch weekly sales from the table below,

I am using the formula below but not able to make it work? Any ideas would be much appreciated.

=SUMIFS([Sold Date]:[Sold Date], WEEKNUMBER(@cell) = 1,(AND((Branch:Branch, Names@row,(TRTotal:TRTotal)))

Many Thanks in advance.

Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer ✓

    Hey @ovelzone

    Here's the formula version:

    =SUMIFS(TRTotal:TRTotal, [Sold Date]:[Sold Date], WEEKNUMBER(@cell) = 1, Branch:Branch, Names@row)

    Cheers,

    Genevieve

    Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!