Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automatically moving data

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Automatically moving data

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving data from one tab to other tab automatically max Excel Worksheet Functions 6 September 15th 09 09:15 AM
how to automatically display data from moving cells mike CBA Excel Discussion (Misc queries) 1 February 13th 09 01:40 PM
Moving data automatically on the same sheet JDB Excel Discussion (Misc queries) 1 April 23rd 08 10:41 AM
moving filtered data between worksheets automatically dweezy Excel Worksheet Functions 3 October 4th 06 03:10 PM
Moving data from one sheet to another automatically holyman Excel Discussion (Misc queries) 2 July 4th 06 02:44 PM


All times are GMT +1. The time now is 08:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"