Hello,
Here is my problem. I need a formula solution for this. NO VBA.
I have a single column (A:A) large (around 70000 rows, distinct) data.
From that data, I need to extract some of the rows to another sheet based upon the starting and ending cell values.
Here is the example for problem.
In a sheet (Sheet1) I have data something like this in Column A.
ABC123
PQR2456
BDP75-2
AQPR2
VWTWD
T-4PQCTD
WEFFF9P
SQOO5Y
I will set the starting and ending point in another sheet (Sheet2).
Suppose,
Starting Point = BDP75-2 (Suppose in Cell C2)
Ending Point = WEFFF9P (Suppose in Cell C3)
When I enter Ending point, I want all the values from starting point to ending point (including both) to be copied to the column A of Sheet2.
So the column A of Sheet2 looks like:
BDP75-2
AQPR2
VWTWD
T-4PQCTD
WEFFF9P
Any suggestions are highly appreciated. But, again NO VBA please.
Here is my problem. I need a formula solution for this. NO VBA.
I have a single column (A:A) large (around 70000 rows, distinct) data.
From that data, I need to extract some of the rows to another sheet based upon the starting and ending cell values.
Here is the example for problem.
In a sheet (Sheet1) I have data something like this in Column A.
ABC123
PQR2456
BDP75-2
AQPR2
VWTWD
T-4PQCTD
WEFFF9P
SQOO5Y
I will set the starting and ending point in another sheet (Sheet2).
Suppose,
Starting Point = BDP75-2 (Suppose in Cell C2)
Ending Point = WEFFF9P (Suppose in Cell C3)
When I enter Ending point, I want all the values from starting point to ending point (including both) to be copied to the column A of Sheet2.
So the column A of Sheet2 looks like:
BDP75-2
AQPR2
VWTWD
T-4PQCTD
WEFFF9P
Any suggestions are highly appreciated. But, again NO VBA please.
Last edited: