Formula to count revenue that has been won but has not started billing yet

Randy Van Winkle
Randy Van Winkle ✭✭✭✭
edited 12/09/19 in Smartsheet Basics

I have a formula that counts the revenue if the stage is "Closed Won" 

 

=SUMIF(Stage:Stage, "Closed Won", [Monthly Revenue]:[Monthly Revenue]) 

 

Now I need to add another that references the "Go-Live Date" Date and add up what has been won but is less than 30 days past the go live date

Comments