hi,
cell Z1=1998
i wanna do the sum of the value starting when my row 2 will equals 1998
ex)
in row 4 i want to calculate the sum from when row2=>1998 to actual cell
formula in E4 would look like that
=sum($"cell when cell in row2=1998":D3)=sum($A3:E3)
giving the answer 4 (1+1+1+1)
i hope i was clear enough
i basically just want to put a condition to the first cell in my range...
cell Z1=1998
i wanna do the sum of the value starting when my row 2 will equals 1998
ex)
- A - B - C - D - E
row2 = 1997-1998-1999-2000-2001
row3 = 1 1 1 1 1
in row 4 i want to calculate the sum from when row2=>1998 to actual cell
formula in E4 would look like that
=sum($"cell when cell in row2=1998":D3)=sum($A3:E3)
giving the answer 4 (1+1+1+1)
i hope i was clear enough
i basically just want to put a condition to the first cell in my range...