I have a range and I need to use an offset function:
C4=Sales
C5=1515
C6=1526
C7=1444
C8=1562
C9=1490
C10=1571
C11=1702
When I enter offset function as below:
=offset(C4,0,0,1,1) it gives me the correct answer
=Offset(C4,0,0,7,1) it gives me #Value! Why? here Height is 7 cells(Rows) and width is 1 (Column).
=Offset(C4,0,0,1,7) it give me the correct answer. Why?
Regards,
Guity
C4=Sales
C5=1515
C6=1526
C7=1444
C8=1562
C9=1490
C10=1571
C11=1702
When I enter offset function as below:
=offset(C4,0,0,1,1) it gives me the correct answer
=Offset(C4,0,0,7,1) it gives me #Value! Why? here Height is 7 cells(Rows) and width is 1 (Column).
=Offset(C4,0,0,1,7) it give me the correct answer. Why?
Regards,
Guity