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 depending on date


I have a spreadsheet with the following column titles:

Relationship Name
Fund Name
Request Live Date
Live Date
Opp Type
Opp Specs
.....

I have three worksheets in the workbook (each with all the same column
titles from above):

In Progress
Live & Funding


In the "In Progress" worksheet, I want my row of information to move to
the "Live & Funding" worksheet when the Live Date has either passed or
is the current date. For example, if the Live Date reads 6/26/06 and
the current day is 7/1/06, I would like the row of information in this
column automatically moved from the "In Progress" sheet to the "Live
and Funding" sheet.

Is there any way you can help me with VBA code to do this sort of a
function? I don't want the information copied from one sheet to the
next - i want it move from In Progress to Live & Funding.


--
nchok
------------------------------------------------------------------------
nchok's Profile: http://www.excelforum.com/member.php...o&userid=36053
View this thread: http://www.excelforum.com/showthread...hreadid=558418

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default automatically moving data depending on date

Moving data is a bad idea. Simply add another column of formulas, along the lines of:

=IF(D2 TODAY(), "In Progress","Live and Funding")

Then filter on that column to show "In Progress" or "Live and Funding".

HTH,
Bernie
MS Excel MVP


"nchok" wrote in message
...

I have a spreadsheet with the following column titles:

Relationship Name
Fund Name
Request Live Date
Live Date
Opp Type
Opp Specs
....

I have three worksheets in the workbook (each with all the same column
titles from above):

In Progress
Live & Funding


In the "In Progress" worksheet, I want my row of information to move to
the "Live & Funding" worksheet when the Live Date has either passed or
is the current date. For example, if the Live Date reads 6/26/06 and
the current day is 7/1/06, I would like the row of information in this
column automatically moved from the "In Progress" sheet to the "Live
and Funding" sheet.

Is there any way you can help me with VBA code to do this sort of a
function? I don't want the information copied from one sheet to the
next - i want it move from In Progress to Live & Funding.


--
nchok
------------------------------------------------------------------------
nchok's Profile: http://www.excelforum.com/member.php...o&userid=36053
View this thread: http://www.excelforum.com/showthread...hreadid=558418



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
Automatically vary range in graph depending on #rows data entered? dalek Charts and Charting in Excel 1 July 2nd 08 04:45 AM
moving data depending on criteria harwookf Excel Worksheet Functions 1 October 24th 07 02:40 PM
How do I automatically shade cells depending on data entered? Jim Johnson Excel Worksheet Functions 6 October 29th 04 07:01 PM
Automatically moving data Paulla Excel Programming 1 February 14th 04 05:43 PM


All times are GMT +1. The time now is 10:36 AM.

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"