martin335746
New Member
- Joined
- Dec 13, 2023
- Messages
- 3
I have a sheet with a column holding registration numbers. The value of each cell is taken from a mass of information copy/pasted into another sheet (e.g. Sheet1) via the INDEX function (as the desired cell is not always in the same place).
I wish to drag this formula down so that information can be obtained from Sheet2, Sheet3, and so on.
=INDEX(Sheet1!$A$1:$A$75,MATCH("Registration No. of vehicle or substitute ",Sheet1!$A$1:$A$75,0)+1,1)
I have tried, without success, to replace 'Sheet1' with an INDIRECT function that takes a value from another sheet holding a list from Sheet1 to Sheet50 in order to drag it down.
I wish to drag this formula down so that information can be obtained from Sheet2, Sheet3, and so on.
=INDEX(Sheet1!$A$1:$A$75,MATCH("Registration No. of vehicle or substitute ",Sheet1!$A$1:$A$75,0)+1,1)
I have tried, without success, to replace 'Sheet1' with an INDIRECT function that takes a value from another sheet holding a list from Sheet1 to Sheet50 in order to drag it down.