Hi everyone - please excuse me if I type this incorrectly, this is my 1st time attempting to get assistance
I have the following formula that appears to be working:
=IF(ISDATE([executed date]@row), IF(YEAR([executed date]@row) = 2021, SUMIFS([amount nte]:[amount nte], [formula - Year]:[formula - Year], "2021")))
I am attempting to get the total sales of my "amount nte" column based upon the year the order was entered "executed date" using the following columns:
Number / Executed Date / Amount NTE / Year (formula field - based off of the executed date column)
How do I stack the formula, I can get the data for 2021 but not 2022 and 2023?
Please HELP!