Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to insert values from another spreadsheet which I am doing by
linking to the other workbook (which will be open) as follows: =IF(INDIRECT("'[Project Timesheet Directory.xls]Summary'!A12")="","",INDIRECT("'[Project Timesheet Directory.xls]Summary'!A12")) I do not want the row ref's to change if I insert values on the other workbook, hence the INDIRECT function (this works). However, when I copy the formula down it needs to update to the new row as follows: =IF(INDIRECT("'[Project Timesheet Directory.xls]Summary'!A13")="","",INDIRECT("'[Project Timesheet Directory.xls]Summary'!A13")) I need it to update as I am going to be copying it down about 1,000 lines! And don't want to manually change. Alternatively, is there another way of referencing these cells i.e. a named range or something? Thanks in advance for anyones help, he says hopefully. Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to fix a formula, so when a row is inserted it doesn't cha | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Inserted Rows not re-calculating | Excel Discussion (Misc queries) | |||
formula to use when number of rows changes dynamically | Excel Worksheet Functions |