+ Reply to Thread
Results 1 to 2 of 2

Auto Generating Data with Multiple Conditions

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 365
    Posts
    53

    Auto Generating Data with Multiple Conditions

    Hi Everyone,

    I would like to ask some help. As much as I would like to do it in regular Excel, I think this will only solved by using Macro.

    I want to automatically show the same data BUT those who are under 10/15/2016 or every 15th, 30th, 31st of the month. It is like filtering those who are under those dates only.

    Thank you so much in advance.


    EMP NUMBER ACCOUNT NAME STATUS DATE
    1090 OUTBOUND NAME 1 AGENT 10/5/2016
    240 OUTBOUND NAME 2 AGENT 10/5/2016
    730 OUTBOUND NAME 3 AGENT 10/5/2016
    2631 OUTBOUND NAME 4 AGENT 10/5/2016
    1090 OUTBOUND NAME 1 AGENT 10/7/2016
    240 OUTBOUND NAME 2 AGENT 10/7/2016
    730 OUTBOUND NAME 3 AGENT 10/7/2016
    2631 OUTBOUND NAME 4 AGENT 10/7/2016
    1090 OUTBOUND NAME 1 AGENT 10/14/2016
    240 OUTBOUND NAME 2 AGENT 10/14/2016
    730 OUTBOUND NAME 3 AGENT 10/14/2016
    2631 OUTBOUND NAME 4 AGENT 10/14/2016
    1090 OUTBOUND NAME 1 AGENT 10/15/2016
    240 OUTBOUND NAME 2 AGENT 10/15/2016
    730 INBOUND NAME 3 AGENT 10/15/2016
    2631 INBOUND NAME 4 AGENT 10/15/2016

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,834

    Re: Auto Generating Data with Multiple Conditions

    No macro

    Assuming the haeding are row 1 and starts from col.A, so dates are in Col.E.
    Also H1:H2 are blank, if not, any blank 2 vertical consecutive cells.

    1) H2 formula: =(E2<=DATE(YEAR(NOW()),10,15))+(OR(DAY(E2)=15,E2=EOMONTH(E2,0)))
    2) select A1
    3) click on [Advanced Filter] on [Data] ribbon
    4) click on "Criteria Range" box and select H1:H2 then click on "OK"

+ 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: 2
    Last Post: 01-14-2016, 03:53 PM
  2. [SOLVED] *Urgent * Work related * Generating an Auto-log from data entry on another sheet
    By demetrius323 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-17-2014, 06:13 PM
  3. [SOLVED] Generating reports based on conditions
    By akbar in forum Excel General
    Replies: 29
    Last Post: 09-14-2014, 09:04 AM
  4. Generating a data summary sheet based on multiple criteria
    By Anuru in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 07-18-2014, 08:03 PM
  5. Replies: 0
    Last Post: 07-18-2013, 09:14 AM
  6. Generating a list of unique values based on specific conditions
    By Gobaith in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-05-2012, 11:35 AM
  7. Generating graphs from multiple groups of data by vba
    By deadfish in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-07-2007, 12:43 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