Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default How do I automate moving data when....

How can I automate a row of data moving to another part of a spreadsheet when
a condition is met?
Specifically, I have a spreadsheet of open and closed cases and I want to
move rows of data to the bottom of the worksheet, below a fixed line that
says "Closed Cases" when the column titled "Date Closed" is filled in.
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default How do I automate moving data when....

What you want to do is very common, especially in managing "to-do lists".
When something is done, don't erase it, just move it to the bottom.


Without VBA this can be done easily with sorting. Pre-fill in the Date
column with zeros. After you have completed a case and entered a real date,
sort the table by the date column.

All the real dates (completed cases rows) will sink to the bottom.

To further automate this would requireVBA
--
Gary's Student


"Andrew@RESPA" wrote:

How can I automate a row of data moving to another part of a spreadsheet when
a condition is met?
Specifically, I have a spreadsheet of open and closed cases and I want to
move rows of data to the bottom of the worksheet, below a fixed line that
says "Closed Cases" when the column titled "Date Closed" is filled in.
Thanks!

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
Manual control of link updating for downloaded quotes? dk_ Excel Discussion (Misc queries) 9 November 15th 06 01:04 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Macro question Chris Excel Worksheet Functions 12 July 7th 06 01:23 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


All times are GMT +1. The time now is 02:55 PM.

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

About Us

"It's about Microsoft Excel"