Help! How to do Cell reference, address, index, indirect of different sheet

snagy23

New Member
Joined
Jul 12, 2011
Messages
2
Dear all, appreciate anyone who can give me a head up to solving this problem.

SheetA

_____A_________ B___________C______D___
1|Unit no._| company name |__rent __| year |
2|01-01___|__________ABC|__$1,000| 2010 |
3|________|_____________|__$2,000| 2011 |
4|________|_____________|__$3,000| 2012 |

SheetB

_____A_________ B___________C______D___
1|Unit no. | company name |__Year 1__|__Year 2__|__Year 3__|
2|__01-01 | _________ABC|___$1,000_|__ $2,000_|___ $3,000 |

I have a set of data that is presented in sheet A.
It is needed to extract and present in sheet B of such format.

1) there's a need to click manually for sheetB!A2 "=SheetA!A2"
(there are some data which is not needed therefore, manual selection is used in sheetB)

Question:

the reference in sheetB cell will be as follows using manual clicking method;
SheetB!B2"=SheetA!B2"
SheetB!C2"=SheetA!C2"
SheetB!D2"=SheetA!C3"
SheetB!E2"=SheetA!C4"

i can see that there are some patterns in adding of the row or column number, how will i be able to extract "sheetA!B2" address to be manupilate with adding or subtracting row or column numbers?
my guess that something of the things like address, index or indirect may be involve?

Many thanks for any advice given!

Roy

PS(im not allow to duplicate the data within the sheet, example unit no. or company name therefore, lookup may not be the best option).
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,224,520
Messages
6,179,266
Members
452,902
Latest member
Knuddeluff

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