formula

rhr9357

New Member
Joined
Feb 24, 2011
Messages
15
I have 3 worksheets in a workbook. Sheet A contains a number in a column cell # k47 52545. Sheet B contains that same number in a row and 12 places to the right contains the value I am looking for. How do I get that value placed in sheet A cell # x47:confused: I am looking for a formula
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Edit:

What column can the values appear in on Sheet b?
 
Upvote 0
Try:

=INDEX(SheetB!Y:Y,MATCH(K47,SheetB!M:M,0))
 
Upvote 0
I have 3 worksheets in one. ItemReportByCategory1,Newpurchace,and Acctsummary.
Newpurchase sheet contains in column k the number 52545 in cell # k47 which is the item # for Beef. I want the price per pound which is contained in ItemreportByCatagory sheet. This sheet also has the matching # 52545 in cell a7. At the end of this row in M7 is the value I am seeking. I want to place it in cell # X47.I hope this is a better info
 
Upvote 0
Much better. Place the following formula into X47:

=INDEX(ItemReportByCategory1!M:M,MATCH(K47,ItemReportByCategory1!A:A,0))
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,559
Latest member
MrPJ_Harper

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