simple question..

vailante

New Member
Joined
Feb 8, 2004
Messages
3
Hello. This is my first time.. :)

I think it is a simple question. In my old computer, I think when I typed the name of a cell (for example A1), in a another cell (for example B1) , it will return easily the value of the cell (in this case A1) in the new cell (in this case B1).

Now, in my new excel, I can´t do that. I am always asked to insert a function. there is the icon fx (insert function) in the formula bar.. Well, I don´t want any function, I want the value of the cell A1 in the cell B1.

RESUME:
My goal is to have for B1 the value of A1, for B2 the value of A11, for b3 the value of A21, and so on... sincerely I don´t rememeber how I use to do this..

Thank you very much and I hope I´ve been clear.[/b][/b]
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
that´s it :eek:o_O Thanks. But how can I have in B1 the value of A1, in B2 the value of A11, for b3 the value of A21, and so on... sincerely I don´t rememeber how I use to do this.. if it´s possible.

Thank you
 
Upvote 0
vailante said:
that´s it :eek:o_O Thanks. But how can I have in B1 the value of A1, in B2 the value of A11, for b3 the value of A21, and so on... sincerely I don´t rememeber how I use to do this.. if it´s possible.

Thank you

Try --

=INDEX(A:A,(ROW()-ROW($A$1))*10+1,0)
 
Upvote 0
hummm... nop ... my excel is Portuguese. I tryed using a similar formula but I couldn´t find out how it worked.. thank you anyway.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,858
Members
449,051
Latest member
excelquestion515

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