+ Reply to Thread
Results 1 to 2 of 2

Formual that removes a task from one sheet and places it on another sheet

  1. #1
    Forum Contributor
    Join Date
    09-11-2014
    Location
    Eugene, Oregon
    MS-Off Ver
    MS EXCEL 2010
    Posts
    210

    Formual that removes a task from one sheet and places it on another sheet

    Not sure if this is a VBA question or a formula question. I am looking at a task list on sheet 1 that once a task is marked completed it removes that task from the list and places it on sheet 2. so cell A1 would have a drop down with in progress and completed A2 would have a task and if I choose completed it removes that task and places it on sheet 2 and then moves the next task up.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,486

    Re: Formual that removes a task from one sheet and places it on another sheet

    A formula can't do that. You'd need VBA. But why bother? Why not just keep all the data on the one sheet? Convert the data to a Structured Table and get built in filtering and sorting. Using the filters, you can look at just the completed entries, or the uncompleted entries. But, better, you can mix and match. So, for example, you could filter by date and see all tasks for a day, month, year, whatever. And, if everything is on the same sheet, you can do more comprehensive analyses using Pivot Tables and Charts. And you can calculate percentages, say, of completed versus total tasks, etc. Much more difficult if you are splitting the data across sheets, especially if you are dependent on running a macro before undertaking the analysis.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro that copies sheet and places after the copied sheet every time
    By goatie43 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-08-2015, 10:27 AM
  2. Color Coding - Removes entry on different Sheet
    By Smeesters in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-19-2014, 12:14 PM
  3. [SOLVED] Formual to Extract month and year from sheet name
    By rizmomin in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-26-2014, 10:49 PM
  4. How to copy data from 1 sheet to another sheet on certain places
    By guidom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-20-2014, 07:23 AM
  5. Replies: 2
    Last Post: 03-30-2012, 12:34 PM
  6. sheet export removes custom toolbars.
    By jinx_uk_98 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-08-2006, 03:40 PM
  7. Replies: 2
    Last Post: 10-10-2005, 05:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1