**This question extends my previous question in the forum (subject line, "To Whom It May Concern: I'm trying..."
.
To Whom It May Concern:
I know that vlookup() gets values for occurrences of a specified row but can it also return values of data located on the next row? These values are a continuation of the sought data. Take for example the following:
Area# From To
1 Bus 10 Bus 11 //Line 1
Bus 10 Bus 12 //Line 2
2 Bus 15 Bus 25 //Line 3
Bus 8 Bus 10 //Line 4
3 Bus 3 Bus 5 //Line 5
Bus 4 Bus 9 //Line 6
So, normally, using vlookup() will allow me to get the a specific row of data (Line 1,3,5). But I also need it to return the additional row of data (Line 2,4,6). Is this possible to do using vlookup? If so, how? Or is there another function that can handle my situation?
I would appreciate any help. Thanks.
kanin
To Whom It May Concern:
I know that vlookup() gets values for occurrences of a specified row but can it also return values of data located on the next row? These values are a continuation of the sought data. Take for example the following:
Area# From To
1 Bus 10 Bus 11 //Line 1
Bus 10 Bus 12 //Line 2
2 Bus 15 Bus 25 //Line 3
Bus 8 Bus 10 //Line 4
3 Bus 3 Bus 5 //Line 5
Bus 4 Bus 9 //Line 6
So, normally, using vlookup() will allow me to get the a specific row of data (Line 1,3,5). But I also need it to return the additional row of data (Line 2,4,6). Is this possible to do using vlookup? If so, how? Or is there another function that can handle my situation?
I would appreciate any help. Thanks.
kanin