Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm looking to build a spreadsheet with one main page that can be populated
with data and automatically pull that data over to other more specific sheets. For example, If I have sales on the main sheet and have check boxes for more specific sales on the same sheet (i.e. liquor sales, food sales etc..) I want that number to poulate on the specific sales sheet. I'm assumming I have to wite an IF/Then Statement to say if an "x" is put into a cell then copy and past the data in the specified cells within that row and pull that information over to sheet Y. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Shaun
Formulas cannot "push" data to another cell or sheet. You can use linking formulas on the target sheet that refer back to cells on the Master sheet. i.e. in salesheet1 enter =main!A1 If you wish to "push" the data without using formulas you will need VBA. See Ron de Bruin's site for various types of code. http://www.rondebruin.nl/tips.htm Look under Copy/Paste/Merge Examples. Gord Dibben MS Excel MVP On Thu, 22 Feb 2007 07:26:10 -0800, Shaun wrote: I'm looking to build a spreadsheet with one main page that can be populated with data and automatically pull that data over to other more specific sheets. For example, If I have sales on the main sheet and have check boxes for more specific sales on the same sheet (i.e. liquor sales, food sales etc..) I want that number to poulate on the specific sales sheet. I'm assumming I have to wite an IF/Then Statement to say if an "x" is put into a cell then copy and past the data in the specified cells within that row and pull that information over to sheet Y. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
How can i use data from multiple sheets in a formula? | Excel Discussion (Misc queries) | |||
combine data from multiple sheets | Excel Discussion (Misc queries) | |||
Help with Looking up data in multiple sheets | Excel Worksheet Functions | |||
Data from multiple sheets | Excel Worksheet Functions |