thanks but I am still having problems
this formula puts D121 offsetted by a number
it ignores text cells but it returns some texts that have numbers, which I don't
basically I want to consider anything at the left of D121 as 0,
any hint?
[]=IFERROR(IF(AND(ISNUMBER(OFFSET(D121,0,-($L$6))),(COLUMN(D121))>3),OFFSET(D121,0,-($L$6)),0),0)[]