Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all
I am extracting a list of account numbers on one sheet (Extract), and need to copy the extracted values to another sheet (P&L). The sheet the values are being copied to, has formulas, for which I need to insert rows (The number of rows are determined by the number of accounts that have been extracted). So I will need to insert these rows and have the formula in the existing row (There will always be one existing row) Lets say the sheet starts like this: ACTUAL | BUDGET | DESCRIPTION ---------------------------------------------------------- (formula) (Formula) (Blank Value EXISTING ROW) -------------------------- $000.00 $000.00 It will need to end up like this: Please note the formula extracts from an external finance database and points to the "Description" column for the account number ACTUAL | BUDGET | DESCRIPTION ---------------------------------------------------------- (formula) (Formula) 34500 - Operating Supplies (formula) (Formula) 33300 - Advertising (formula) (Formula) 34455 - Electricity (formula) (Formula) 34451 - Gas (formula) (Formula) 32200 - Entertainment (formula) (Formula) 31500 - Travel Cost -------------------------- $000.00 $000.00 The number of rows on the (Extract) will increase each month Any ideas Cheers Jason |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows based on specific value | Excel Worksheet Functions | |||
Insert new rows based on Data in other rows | Excel Worksheet Functions | |||
Hiding Specific Rows Based on Values in Other Rows | Excel Worksheet Functions | |||
How do I insert blank rows between rows in completed worksheet? | Excel Discussion (Misc queries) | |||
Insert New Rows based on COUNTA() | New Users to Excel |