Skip to main content
added 17 characters in body
Source Link
Basj
  • 1.9k
  • 14
  • 64
  • 107

Let's say you want a range of cells beginning at D3, of height 3given in cell A1 and width 2, then:

=OFFSET(D3, 0, 0, 3A1, 2)

works.

Is there something even simpler than OFFSET, like RANGE(D3, 3A1, 2)?

Let's say you want a range of cells beginning at D3, of height 3 and width 2, then:

=OFFSET(D3, 0, 0, 3, 2)

works.

Is there something even simpler than OFFSET, like RANGE(D3, 3, 2)?

Let's say you want a range of cells beginning at D3, of height given in cell A1 and width 2, then:

=OFFSET(D3, 0, 0, A1, 2)

works.

Is there something even simpler than OFFSET, like RANGE(D3, A1, 2)?

Source Link
Basj
  • 1.9k
  • 14
  • 64
  • 107

Is there simpler than OFFSET in Excel to get a cell range?

Let's say you want a range of cells beginning at D3, of height 3 and width 2, then:

=OFFSET(D3, 0, 0, 3, 2)

works.

Is there something even simpler than OFFSET, like RANGE(D3, 3, 2)?