Concatenate function...same spread sheet different tabs

saffrondbull

New Member
Joined
Mar 19, 2009
Messages
5
Hi,

I want to concatenate two columns in a separate tab but when I do, the values appear as =Sheet1!I$8,Sheet1!J$8,...instead of Sheet1!I$8,Sheet1!I$9,etc. Pls help.

Thanks
 
Welcome to the Board!

Sorry I'm getting in on this late (we had a power outage at work).

Lemme see if I get this right:

You have student names in sheet 1 from I8 down/vertically and you want to populate them in the other sheets across/horizontally instead of down?

If so, then I think you're looking for INDIRECT as opposed to CONCATENATE:

=INDIRECT("Sheet1!I"&COLUMN()+7)

Assuming that you're starting at column A on the other sheets.

Hope that helps,
 
Upvote 0

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.

Forum statistics

Threads
1,215,569
Messages
6,125,600
Members
449,238
Latest member
wcbyers

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