+ Reply to Thread
Results 1 to 2 of 2

Row should move in other Table if column "status" has the value "completed"

  1. #1
    Registered User
    Join Date
    03-16-2021
    Location
    Bern
    MS-Off Ver
    MS 2019
    Posts
    3

    Row should move in other Table if column "status" has the value "completed"

    Hey all!

    I'm sorry if I missed a same question in the forum but because I have no Idea about VBA-programming, I think I didn't made a good job in searching about this topic in this forum.

    My problem: As you see in the file I made an Eisenhower-Matrix. If a project is completed it should disappear from the "Visualisation" so that we just have the visualtion of the due projects.
    My Idea was to move the completed projects out of the table in the file "Overview" to a table in the file "Completed Projects" because then it would also disappear from the "Visualitation". But because I can't do this with normal formulas (as I've seen in different but similar questions on this forum) i'm completly overcharged.
    Can you help me with a VDA formula for this kind of problem or do you have any suggestions about an other solution with the same outcome?

    I'm very thankful about any help! Thanks!

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,681

    Re: Row should move in other Table if column "status" has the value "completed"

    Try the following:
    1. For "Completed Projects" column A: =IFERROR(INDEX(Tabelle2[Projektname],AGGREGATE(15,6,(ROW(Tabelle2[Projektname])-ROW(Tabelle2[#Headers]))/(Tabelle2[Status]<>"completed"),ROWS(A$5:A5))),"")
    2. Columns B:P =IFERROR(INDEX(Tabelle2[Spalte10],MATCH($A5,Tabelle2[[Projektname]:[Projektname]],0)),"")
    Note that A5:P11 are custom formatted to hide zeros using [=0]""
    3. For "Visualitation":
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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: 6
    Last Post: 07-16-2017, 09:06 AM
  2. Lock row when I choose "Validated" in the column named "Status"
    By nsanta in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-10-2017, 01:29 AM
  3. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  4. [SOLVED] Move row from one worksheet to another on meeting "completed" criteria on status column
    By Reliability in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-24-2013, 11:00 PM
  5. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  6. Replies: 2
    Last Post: 06-06-2013, 12:45 PM
  7. If "Completed" then move entire row to "Completed" worksheet
    By Reed1620 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-06-2013, 01:59 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