Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
i need help. I'm doing a sales spreadsheet for each salesperson. And i would like to copy all data from sheet 1 (main sales sheet) to sheet 2 (particular person) if value on column A is equal to "david". I found the same problem but link is not available anymore. Can anyone help me please? You will be very much appreciated. Thanks, -kookie |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi kookie
See this page for code to do this See the macro example: Create a new sheet for all unique values http://www.rondebruin.nl/copy5.htm This is the manual way Select a cell in your data table and use DataFilterAutoFilter to activate AutoFilter. In Excel 2007 click on the Data tab on the ribbon and then on Filter in the Sort & Filter group Tip: Shortcut for every English Excel version is Alt d f f In each header cell a dropdown will appear next to your field name. Click on the dropdown in the Name field and choose david. Copy the filter result to a new worksheet: 1) Select the whole data range or if you not have empty rows/columns in the range you can use Ctrl * to select all data or use F5SpecialCurrent regionOK with one cell selected in the data range. If it copy all the data (there are a few reports of 2007 users) use also the shortcut Alt ; or F5SpecialVisible cells onlyOK to select only the Visible cells. 2) Ctrl c in all Excel versions or: Excel 97-2003: EditCopy Excel 2007: Home tabClipboard groupCopy 3) Shift F11 in all Excel versions to insert a worksheet or: Excel 97-2003: InsertWorksheet Excel 2007: Home tabCells groupInsert...Sheet Or use button next to the last tab 4) Ctrl v in all Excel versions or: Excel 97-2003: EditPaste Excel 2007: Home tabClipboard groupPaste 5) Select the worksheet with the filter 6) Press Esc 7) Press Alt d f f in every English Excel version or: Excel 97-2003: DataFilterAutoFilter to turn off AutoFilter. Excel 2007: Data tabSort & FilterFilter -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "kookie" wrote in message ... Hi, i need help. I'm doing a sales spreadsheet for each salesperson. And i would like to copy all data from sheet 1 (main sales sheet) to sheet 2 (particular person) if value on column A is equal to "david". I found the same problem but link is not available anymore. Can anyone help me please? You will be very much appreciated. Thanks, -kookie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy data from one sheet to another "entry has to be same shape" | Excel Discussion (Misc queries) | |||
How to "copy-down" a formula in a Very LONG Column? | Excel Discussion (Misc queries) | |||
copy--paste--special "formula" for a whole column | Excel Discussion (Misc queries) | |||
Change data in a single column from "last, first" to "first last" | Excel Discussion (Misc queries) | |||
copy/convert column email addresses Hyperlink "mailto:" excel97 | Excel Discussion (Misc queries) |