richard1234567891011

Board Regular
Joined
Feb 21, 2018
Messages
91
Hi, guys,

I am using this formula in order to copy data from another worksheet.

=INDIRECT("'[EU_Export costi immobiliari.XLSX]Sheet1'!G2")

Now I need to pull dow this G2, but obviously I can't now with this formula. I think I need to add in this formula something with the row, something like (ROW()-3)*1;0). But I don't know how to add it.

So, I need a formula like this: =INDIRECT("'[EU_Export costi immobiliari.XLSX]Sheet1'!G2") to pull down in order to catch also the other data down.

Thank you guys,
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hello,

Your general objective is clear ... but you are not precise enough :wink:

=INDIRECT("'[EU_Export costi immobiliari.XLSX]Sheet1'!G" & "2")

The portion "2" is to be replaced by whatever calculation is required to get 2 transformed into your target row number ...

Hope this will help
 
Upvote 0
Hello,

Your general objective is clear ... but you are not precise enough :wink:

=INDIRECT("'[EU_Export costi immobiliari.XLSX]Sheet1'!G" & "2")

The portion "2" is to be replaced by whatever calculation is required to get 2 transformed into your target row number ...

Hope this will help

Thank you James, But I don't want to replace it manually. I have a Lot of data to replace otherwise. I need a formula to pull down.
 
Upvote 0
Can you explain exactly why you are using INDIRECT?
Where is the G2 that this formula contains?
 
Upvote 0
Could you explain how 2 is to be transformed ...???


=INDIRECT("'[EU_Export costi immobiliari.XLSX]Sheet1'!G" & ROW()-3)
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,762
Members
449,048
Latest member
excelknuckles

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