Hi, I am relatively new to smart sheet and struggling to pin down the correct formula for this one. I am looking to calculate the total value of invoices within the current month throughout the year to allow me to highlight on the dashboard.
So far the best I can come up with is
=SUMIF([Invoiced Date]:[Invoiced Date], = MONTH(TODAY()), [Pro Forma Invoice Value]:[Pro Forma Invoice Value]))
However this returns unparsable value.
Additionally our sheet allows to highlight rows planned for invoice in a particular month by selecting a month from drop down list. id like to use this to calculate planned invoicing to highlight a figure in widget also.
Any help would be appreciated