Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi. I am having an issue with 2 linked spreadsheets. I need to have the same data in both sheets...I linked them so i only have to enter data in one of them to save time. Occasionally i need to insert a new row in the first sheet to keep similar items together. Is it possible to have that new row (and the data i enter in it) automatically created in the second spreadsheet? At this time I have to create a new row and then link the cell in the second sheet manually every time. Is there a quicker way? Thanks in advance... -- Parcey ------------------------------------------------------------------------ Parcey's Profile: http://www.excelforum.com/member.php...o&userid=29933 View this thread: http://www.excelforum.com/showthread...hreadid=496326 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this ..
Suppose we want to link what's within Sheet1's A1:E100 in Sheet2's A1:E100 In Sheet2, Put in A1: =IF(OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1)=0,"", OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1)) Copy A1 across to say, H1, fill down to H150 (say) Fill a range large enough to accommodate the max expected "expansion"* of the original range in Sheet1 *via subsequent insertion of rows/cols within the original range Sheet2 will return the required results from Sheet1 For formats, do a Copy Paste special Formats OK (Copy from Sheet1, Paste special into Sheet2. This part is manual but should be simple to execute) -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Parcey" wrote in message ... Hi. I am having an issue with 2 linked spreadsheets. I need to have the same data in both sheets...I linked them so i only have to enter data in one of them to save time. Occasionally i need to insert a new row in the first sheet to keep similar items together. Is it possible to have that new row (and the data i enter in it) automatically created in the second spreadsheet? At this time I have to create a new row and then link the cell in the second sheet manually every time. Is there a quicker way? Thanks in advance... -- Parcey ------------------------------------------------------------------------ Parcey's Profile: http://www.excelforum.com/member.php...o&userid=29933 View this thread: http://www.excelforum.com/showthread...hreadid=496326 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keeping a series table from updating when adding new rows. | Charts and Charting in Excel | |||
sort 2 or more rows of cells linked to one row of data | Excel Worksheet Functions | |||
Excel Charts Linked to Spreadsheets | Charts and Charting in Excel | |||
adding rows to several worksheets | Excel Discussion (Misc queries) | |||
Adding rows of different info from separate worksheets into summar | New Users to Excel |