Hi,
Can someone please help with this
Oct YTD = Jan+Feb+Mar+Apr+...+Oct. How can I get the sum of only the negative values?
Next month, it will be the same logic but including november's value. How can I update the range automatically (Jan+Feb+Mar+...+Nov)?
Thanks in advance,
Edu
Can someone please help with this
Oct YTD = Jan+Feb+Mar+Apr+...+Oct. How can I get the sum of only the negative values?
Code | Jan-23 | Feb-23 | Mar-23 | Apr-23 | May-23 | Jun-23 | Jul-23 | Aug-23 | Sep-23 | Oct-23 | Nov-23 | Dec-23 | Oct YTD | |
AAA | 100 | 200 | -100 | -200 | 500 | -700 | 1000 | 1200 | -600 | -500 |
Next month, it will be the same logic but including november's value. How can I update the range automatically (Jan+Feb+Mar+...+Nov)?
Code | Jan-23 | Feb-23 | Mar-23 | Apr-23 | May-23 | Jun-23 | Jul-23 | Aug-23 | Sep-23 | Oct-23 | Nov-23 | Dec-23 | Nov YTD | |
AAA | 100 | 200 | -100 | -200 | 500 | -700 | 1000 | 1200 | -600 | -500 | -1000 |
Thanks in advance,
Edu