PC Review


Reply
Thread Tools Rate Thread

cutting entire rows based on conditions and moving to new tab

 
 
Me
Guest
Posts: n/a
 
      22nd Oct 2007
I have a work opportunities spreadsheet that I am designing. I have many
fields such as date of opportunity, sales type, customer name, month
sale will close, sale value etc.

At the moment, I enter all data into the current month tab(october) then
work my way through each category adding my data until I finally
select the month the sale will close. If I select the sale to close in
november, i want the data from that opportunity to automatically move to
the november tab and delete from the october tab.

Example:

Date of Opp, cust name, sale type, sale close date

If I select from a drop down validation list a sale close date of
November for example.


I want to have the spreadsheet Automatically select that entire row for
that opportunity and move it into the november opportunities tab
automatically, instead of having to move this manually each day. I also
want the row from the original October tab where this data was initially
entered to be deleted from the october tab and to only remain in the new
november tab.

Any help will be greatly appreciated.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      22nd Oct 2007
I wouldn't move the column instead have the data displayed or not display
depending on the month selected.

In a master worksheet put the month in a fixed cell location. For each
month add a if function testing the month number against the worksheet month.

for October (month 10) put in this function. Replace 10 with corrresponding
month for each tab.
=if(sheet1!$A$1= 10, put your formula here,"")

"Me" wrote:

> I have a work opportunities spreadsheet that I am designing. I have many
> fields such as date of opportunity, sales type, customer name, month
> sale will close, sale value etc.
>
> At the moment, I enter all data into the current month tab(october) then
> work my way through each category adding my data until I finally
> select the month the sale will close. If I select the sale to close in
> november, i want the data from that opportunity to automatically move to
> the november tab and delete from the october tab.
>
> Example:
>
> Date of Opp, cust name, sale type, sale close date
>
> If I select from a drop down validation list a sale close date of
> November for example.
>
>
> I want to have the spreadsheet Automatically select that entire row for
> that opportunity and move it into the november opportunities tab
> automatically, instead of having to move this manually each day. I also
> want the row from the original October tab where this data was initially
> entered to be deleted from the october tab and to only remain in the new
> november tab.
>
> Any help will be greatly appreciated.
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deletion of rows based on Conditions =?Utf-8?B?SmVhbg==?= Microsoft Access Queries 3 17th May 2007 11:26 PM
Cutting Rows from one Worksheet to another based on a value =?Utf-8?B?RWR3eW4=?= Microsoft Excel Misc 0 20th Oct 2006 12:11 PM
Moving entire rows =?Utf-8?B?cHZkYWxlbg==?= Microsoft Excel Programming 2 27th Oct 2004 02:44 AM
How to Delete Rows Based on Conditions? hce Microsoft Excel Misc 4 11th May 2004 03:48 PM
How to Delete Rows based on conditions? hce Microsoft Excel Misc 4 10th May 2004 11:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:14 AM.