sorry but i need help :-(

nanooksky

New Member
Joined
Aug 23, 2007
Messages
10
Hi,

First time here (WHAT A GREAT SITE):)

I have a set of addresses on tab 1, divided into two coloums (D:1 D:60) (house number) and (E:1 E:60) (street name)

now...


On tab 2 i have a sheet i have to fill in using the info from tab 1 but the addresses go (C:7 BJ:7) for the house number and (C:8 BJ:8) for the street name.

when i try to link the cells and "pull" the formula accross it all goes wrong and for the life of me i cant figure out why i've played around using the "$" too.

hope you can help thanks



Nanook
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
The $ fixing won't work because you are tranposing the data. You can use:

=INDEX(Sheet1!$D1:$D60,COLUMN(C7)-COLUMN($C7)+1)

or you can select C7:BJ7 type:

=TRANSPOSE(Sheet1!D1:D60)

and press Ctrl+Shift+Enter, not just Enter. If correctly entered Excel will surround this array formula with curly braces {}.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,432
Members
448,961
Latest member
nzskater

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