Share via

Offset function in Excel 2013

Anonymous
2015-10-08T09:01:33+00:00

Hello,

I have a problem with the OFFSET function in Excel 2013. I have this evaluation: COUNTIF(OFFSET($CC$126;0;0;5;10);"0"), so it should count from row 126 to row 130, but it only count until row 129. It works good with Excel 2007 so I really don't know why is it not working. Can somebody help me with that? Thank you

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2015-10-08T11:59:20+00:00

    You may use this alternative formula -

    =COUNTIF(INDEX($CC:$CC;126):INDEX($CL:$CL;130);"0")

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-10-08T10:54:40+00:00

    Unfortunately I can't because it is work stuff.

    Was this answer helpful?

    0 comments No comments