Used Concatenate To Create Formula But Cannot Get It To Do What I need

TkdKidSnake

Active Member
Joined
Nov 27, 2012
Messages
255
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I'm hoping that someone will be able to help me as I am at my wits end.

I have created a cell reference from the tab/sheet name as below:

In cell U5 is this
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)

This retrieves number 1 for example

In cell V5 is this
=CONCATENATE("A",U5+3)
This creates the cell value A4

Using this cell number I want to pull the data from another sheet, the standard formula would look like the below which in itself is very simple however when I want to us the cell number created from cell V5 I am unable to find away to do it. V5 is a moving feast but would always be numeric + 3

Formula I would like is
='SCORING BY MONTH'!A4


Would really appreciate the help, i'm sure its very simple but I just can't see it.

Thanks
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
You need to use the INDIRECT function to reference a cell address that is text...

=INDIRECT("'SCORING BY MONTH'!"&V5)
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,224,884
Messages
6,181,552
Members
453,052
Latest member
ezzat

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