I want to create a Year to Date formula that will add values for the Year to Date months.
If any of the Year to Date months have a value of 0, then I want the result to be 0 because the information is incomplete.
The formula needs to understand which months it should check to see if each month has a valid value. If so, it needs to add those months together.
Jan - 100 Feb - 250 Mar - 200 Apr - 300 May - 0 Jun - 0 Jul - 0 Aug - 0 Sep - 0 Oct - 0 Nov - 0 Dec - 0
In the example above, lets say we are in the month of May. The months from Jan - Apr have values greater than 0 and qualify to be added up. The result is 850
Jan - 100 Feb - 250 Mar - 0 Apr - 300 May - 0 Jun - 0 Jul - 0 Aug - 0 Sep - 0 Oct - 0 Nov - 0 Dec - 0
Same scenario as above except March has a value of 0.
The result should be 0 because March information is missing
Thanks.
If any of the Year to Date months have a value of 0, then I want the result to be 0 because the information is incomplete.
The formula needs to understand which months it should check to see if each month has a valid value. If so, it needs to add those months together.
Jan - 100 Feb - 250 Mar - 200 Apr - 300 May - 0 Jun - 0 Jul - 0 Aug - 0 Sep - 0 Oct - 0 Nov - 0 Dec - 0
In the example above, lets say we are in the month of May. The months from Jan - Apr have values greater than 0 and qualify to be added up. The result is 850
Jan - 100 Feb - 250 Mar - 0 Apr - 300 May - 0 Jun - 0 Jul - 0 Aug - 0 Sep - 0 Oct - 0 Nov - 0 Dec - 0
Same scenario as above except March has a value of 0.
The result should be 0 because March information is missing
Thanks.