Basically I have the following columns in a smartsheet (see example below).
I want to sum the Quote$ multiplied by the PWIN to get the weighted value for the next 30 days.
Here's what I was thinking.. what am I doing wrong?
=SUMIF ( {Quote$}*{PWIN}, {Date of Award}, Today(30) )
Quote$ | PWIN | Date of Award
--------------------------------------
$100 | 10% | 10/1/2022
$200 | 50% | 9/1/2022
$300 | 100% | 9/5/2022