Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 107
Default Copying from one TAB to another based on certain criteria

Hi all,

I'm curious if it's possible to copy data from one TAB into another based on
certain criteria.

For example: if you have a spreadsheet with customers account numbers,
geographical location and a date to contact them. Would it be possible for a
formula to, based on todays date, go check what dates to contact a customer
is coming up this week, split the result up by geographical location, and
onto different TABs? The result should only include customers who needed to
be contacted within the workweek.

Any ideas or suggestions?

Thanks,
Tom

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 49
Default Copying from one TAB to another based on certain criteria

Thomas,

The simple answer is Yes. Are you not doing this manually? Use the
AutoFilter (DataAutofilter).

Using VBA code would make the process very quick. One way would be to use
the Autofilter, filtering on the Dates-Column with a From-date and a
To-date, plus filtering on the Regions-Column on each region in turn. The
resulting visible rows would then be copied into another (appropriate)
sheet. Prior to copying, the code would have cleared these sheets of any
existing data. As a variant you could generate a new workbook with this
filtered date.

However this does require a bit of knowledge of VBA.

Regards
Paul


"Thomas" wrote in message
...
Hi all,

I'm curious if it's possible to copy data from one TAB into another based
on
certain criteria.

For example: if you have a spreadsheet with customers account numbers,
geographical location and a date to contact them. Would it be possible for
a
formula to, based on todays date, go check what dates to contact a
customer
is coming up this week, split the result up by geographical location, and
onto different TABs? The result should only include customers who needed
to
be contacted within the workweek.

Any ideas or suggestions?

Thanks,
Tom



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
Copying data based on filter criteria no_rhythm Excel Worksheet Functions 1 January 10th 08 09:45 PM
Copying line from one sheet to another based on given criteria Valerie Excel Worksheet Functions 2 August 2nd 06 11:02 PM
Copying data from one worksheet to another based on criteria Caatt Excel Discussion (Misc queries) 1 June 15th 06 10:19 AM
copying cells based on criteria tdro Excel Worksheet Functions 0 June 15th 05 02:17 PM
Copying whole rows based upon one criteria kirbster1973 Excel Discussion (Misc queries) 2 May 26th 05 10:00 PM


All times are GMT +1. The time now is 05:15 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"