I have a column of data for the whole year. I would like to create sum of this current month.
I wrote this function but it does not work well, I am looking for where the error may be:
Yes, good point @scott_robinson . if the data extends beyond one calendar year , you will need to include year check as well. You mentioned you have a yearful of data . In that case year check can be excluded.