X
Xabu
Is this doable?
I have a table with vertical values jan,feb,mar,apr,may,jun.
I want to dynamicaly SUM values from-to ie:
Rangee of the table with data is : R42C1:R56C11
R1C1:jan
R1C2:may
R1C3:=SUM((VLOOKUP(R1C1;R42C1:R56C11;2;FALSE)
VLOOKUP(R1C2;R42C1:R56C11;2;FALSE))
Basicaly, I want to be able to change the months in R1C1 and R1C2 an
that sum range changes dynamicaly (ie. feb-august etc.)
If that's not doable, is there any other way?
Thank
I have a table with vertical values jan,feb,mar,apr,may,jun.
I want to dynamicaly SUM values from-to ie:
Rangee of the table with data is : R42C1:R56C11
R1C1:jan
R1C2:may
R1C3:=SUM((VLOOKUP(R1C1;R42C1:R56C11;2;FALSE)
Basicaly, I want to be able to change the months in R1C1 and R1C2 an
that sum range changes dynamicaly (ie. feb-august etc.)
If that's not doable, is there any other way?
Thank