+ Reply to Thread
Results 1 to 5 of 5

I want to transfer corresponding Tasks to individual tables for those assigned tasks

Hybrid View

  1. #1
    Registered User
    Join Date
    09-08-2014
    Location
    Castlebar, Ireland
    MS-Off Ver
    windows 10/Excel 2019
    Posts
    79

    I want to transfer corresponding Tasks to individual tables for those assigned tasks

    I have a general spreadsheet with the initials of the employee (s) responsible in columns F to J and I want to transfer the tasks to an individual spread sheet for each employee leaving no spaces and new tasks going to the bottom of the list.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    05-09-2021
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    148

    Re: I want to transfer corresponding Tasks to individual tables for those assigned tasks

    Hello,

    So first, you cannot do what you want with formulas or functions, this require VBA and that you rename the file to ".xlsm".

    Is this acceptable?

    Assuming yes, with spreadsheets, do you mean separate workbooks, or a new worksheet within the same workbook?

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,086

    Re: I want to transfer corresponding Tasks to individual tables for those assigned tasks

    Transfer or copy? The former needs VBA, but the latter CAN be done with formulae. Which is it? If the former, I'll move this to the VBA section. Please confirm.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,908

    Re: I want to transfer corresponding Tasks to individual tables for those assigned tasks

    Which ever it is, show the expected output: is it simply columns A to E ?

    And are new ALL tasks to be entered in "Sheet1" (MASTER) and transferred to the individual sheets OR are new tasks [which can /are allocated to more then one person/department) entered into each individual sheet?

    And how are new tasks identified (to avoid duplication in the individual sheets)?
    Last edited by JohnTopley; 06-26-2021 at 05:57 AM.

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: I want to transfer corresponding Tasks to individual tables for those assigned tasks

    Pl See file.
    Helper column H is used in all sheets except Sheet1
    In H3 then copied down
    =IF(H2="","",IFERROR(AGGREGATE(15,6,ROW(Sheet1!$A$3:$A$70)/((Sheet1!$A$3:$A$70<>"")*((Sheet1!$F$3:$F$70=$A$1)+(Sheet1!$G$3:$G$70=$A$1)+(Sheet1!$H$3:$H$70=$A$1)+(Sheet1!$I$3:$I$70=$A$1)+(Sheet1!$J$3:$J$70=$A$1))),ROWS($A$3:$A3)),""))
    In A3 then copied across upto column E
    =IF($H3="","",INDEX(Sheet1!A:A,$H3))
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Replies: 7
    Last Post: 06-20-2020, 01:55 AM
  2. [SOLVED] Lookup tasks and sort by date and exclude completed tasks
    By AlexSchmidt in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 10-19-2017, 04:47 PM
  3. Merging Tasks w/ Parts ordered for tasks
    By code870 in forum Excel General
    Replies: 0
    Last Post: 06-19-2011, 01:43 PM
  4. Outlook Tasks - Adding tasks from a worksheet added today or after
    By dpotta in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-28-2010, 07:15 AM
  5. Getting problem in reminder for assigned tasks
    By champs in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 06-27-2009, 05:59 AM
  6. Outlook Tasks assigned from Excel?
    By Don Rouse in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-30-2005, 05:06 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