If you want the numbers between value in A1 and value in B1 as an array, try:
=ROW(INDIRECT(A1&":"&B1))
This formula does not require array-entering.
Select the cell with above formula and press F2, then F9 and you should see the numbers between 88 and 93 if you have 88 in A1 and 93 in B1.
|