Offset function returns #VALUE! with small dataset
问题 I have some data in excel and want to access certain rows with the offset function, however the function returns #VALUE! for my small dataset. Using this, OFFSET(A2;0;0;COUNTA(A2:A99999);1) I get #VALUE! . When changing the formula to OFFSET(A2;0;0;100;1) I get a value. Any suggestions, what I am doing wrong? I appreciate your replies! 回答1: If =OFFSET(A2;0;0;COUNTA(A2:A99999);1) is your full formula you are getting a result with a hard-coded number due to Inferred Position (I hope that's the