Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to automatically move data based on a specific sort from one sheet to another in excel. I need help in setting it up. What I am actually after if an "if, then" type of statement? Any help out there? Or do I need to write a macro or something in visual basic? I don't know how to do either.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(something, then onething, another thing)
or possibly =Offset(Base,Small(data,row())-1,0) Array entered including sheet then drag fill or a macro solution Sub AutoMateDate() ' code that automatically moves data based on ' a specific sort from one sheet to another in excel End Sub -- Regards, Tom Ogilvy Paulla wrote in message ... I need to automatically move data based on a specific sort from one sheet to another in excel. I need help in setting it up. What I am actually after if an "if, then" type of statement? Any help out there? Or do I need to write a macro or something in visual basic? I don't know how to do either. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving data from one tab to other tab automatically | Excel Worksheet Functions | |||
how to automatically display data from moving cells | Excel Discussion (Misc queries) | |||
Moving data automatically on the same sheet | Excel Discussion (Misc queries) | |||
moving filtered data between worksheets automatically | Excel Worksheet Functions | |||
Moving data from one sheet to another automatically | Excel Discussion (Misc queries) |