How can I populate text accross worksheets?

  • Thread starter Thread starter Brian Foss
  • Start date Start date
B

Brian Foss

How can I copy the content of a row within a worksheet
to another worksheet if a certain criteria is met.
For example: If the value of A2 is "sales", then copy
the content of row 2 to worksheet 2. If the value of
row 3 is "marketing", copy the content of row 3 to
worksheet 3.

Brian
 
I'd steal some code from Debra Dalgleish's site:
http://www.contextures.com/excelfiles.html

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top