=b(??) help

tezza

Active Member
Joined
Sep 10, 2006
Messages
384
Office Version
  1. 2016
  2. 2010
Platform
  1. Windows
  2. Web
Hi all

To make a cell = another cell you simply do =b1, but how do you split the b1 bit.

Lets say j1 - j10 has 1 to 10 and b1 - b10 has text for a simple example.

How do you make d1 - d10 do =b(j1) to =b(j10) ?

So as j5 would have 5 in the cell, d5 would show ColB at location J5, hence =b(J5)

Can you split it like that? If not, how would you go about doing it?

Regards
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Try

=INDIRECT("B"&J5)

Quick response, thank you.

Could I also use that formula to add a numerical value to J5?

=INDIRECT("B"&J5+10) ?? which in turn would be =B15
 
Upvote 0
Hi all

To make a cell = another cell you simply do =b1, but how do you split the b1 bit.

Lets say j1 - j10 has 1 to 10 and b1 - b10 has text for a simple example.

How do you make d1 - d10 do =b(j1) to =b(j10) ?

So as j5 would have 5 in the cell, d5 would show ColB at location J5, hence =b(J5)

Can you split it like that? If not, how would you go about doing it?

Regards
Another way...

J5 = 5

=INDEX(B:B,J5)

That will return whatever is in cell B5.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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