match a value and lookup for alternate row

drkiran33

New Member
Joined
Sep 1, 2013
Messages
37
hi,
I got the problem to look up a value and return a cell that is in next row.

11/1/111/7/111/1/121/7/12
250300350400
21/1/111/7/111/1/121/7/12
256248259458
31/1/111/7/111/1/121/7/12
5692564566124
41/1/111/7/111/1/121/7/12
245865215263

<tbody>
</tbody>

in sheet 2:-
1250300350400
2256248259458
35692564566124
4245865215263

<tbody>
</tbody>

so,data arranged as in sheet 1 needs to arranged as in sheet 2,i.e.,excluding rows with dates and instead to return the below value.
I tried with this formula-=INDEX(Sheet1!C2:H2,MATCH(1,INDEX(--ISNUMBER(Sheet1!C2:H2),0),0))
but problem is my required data is arranged in altenates and i cant get it.

Any help is much valued..
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
s,it can be done,but my sheet is having another data also,so it needs only to match the number and to pick only the cell required in example.that is the problem.
 
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,937
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top