briangriffin
Programmer
Need to sum the latest three values from a rolling 12 month data feed:
3/1 100
4/1 200
5/1 300
6/1 400
The additional 8 rows won't be populated fully until next January, but from that point on there will always be 12. Then I could just sum B10:B12, but for now I need a formula to grab the last three (in the example it would return 900).
The catch is that I'm using Xcelsius, so the ROW function isn't supported. I see some other examples online that are similar but not quite what I need, and I'm having trouble translating them into my requirement. MATCH seems to be the foundation of the workaround.
Thanks in advance.