+ Reply to Thread
Results 1 to 5 of 5

Automated excel functions

  1. #1
    Registered User
    Join Date
    02-01-2018
    Location
    INDIA
    MS-Off Ver
    2013
    Posts
    18

    Automated excel functions

    Dear all,

    need a VBA code for the below..

    input.PNG

    In the above image, the data are regarding the track of works allotted to employees.
    Here, the column D is for the status of the work. (WIP - work in progress)

    My task is to filter the data from the column A and B with respect to the WIP status in column D.
    i.e., if there is WIP in the column D means, its relevant data from column A and B have to save in a new sheet.

    Once if i change the row 5 from WIP to completed means, the previous copied data in new sheet have to be deleted.
    i.e., in the new sheet, the data will be like below image..

    Output.PNG

    ones i change completed in D5 to complete means, the row 2 in the new sheet have to be deleted and data in row 3 have to be shifted to row 2 accordingly.

    kindly help me in this...

    Thanks,
    Prabhu P

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Automated excel functions

    You don't have to use VBA for this; you can achieve it with normal array formulas using the standard method of INDEX/SMALL etc. For example:

    Please Login or Register  to view this content.
    See attached.

    WBD
    Attached Files Attached Files
    Office 365 on Windows 11, looking for rep!

  3. #3
    Registered User
    Join Date
    02-01-2018
    Location
    INDIA
    MS-Off Ver
    2013
    Posts
    18

    Re: Automated excel functions

    Hi WBD, this works good. Thanks for your quick response.
    But our team is expecting for a VBA code.

  4. #4
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Automated excel functions

    Strange because VBA is much more restrictive (doesn't work online or on mobile). However, right click the sheet with the data, select "View Code" and paste the following:

    Please Login or Register  to view this content.
    Also attached.

    WBD
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-01-2018
    Location
    INDIA
    MS-Off Ver
    2013
    Posts
    18

    Re: Automated excel functions

    and this worked.............

    thank you WBD....

+ 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. VBA/Excel automated invoicing
    By here4help in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-30-2014, 02:35 PM
  2. Shift Turnover Automated functions
    By kranco in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-22-2013, 03:08 AM
  3. Automated Min Max functions on multiple criteria
    By apetlu in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2012, 02:57 PM
  4. Replies: 1
    Last Post: 02-10-2012, 05:27 PM
  5. How to do automated Search & Assign functions
    By syam74 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-23-2009, 11:42 PM
  6. automated row erasing in excel
    By buhnen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-13-2008, 03:35 AM
  7. Automated formatting from basic Excel to fancy Excel!
    By jimbo2112 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-25-2007, 02:21 PM
  8. [SOLVED] 3 questions about automated c++ com add-in worksheet functions
    By gert in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-10-2005, 06:06 AM

Tags for this Thread

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