+ Reply to Thread
Results 1 to 5 of 5

help me to add new criteria in this array

  1. #1
    Registered User
    Join Date
    08-25-2014
    Location
    GREECE
    MS-Off Ver
    2007
    Posts
    10

    help me to add new criteria in this array

    i need another way with array.. this is correct but i need something else.. want first criteria in "B3" NAME.. and after that if i want to add DATE START and DATE END ..
    thanks for help
    Attached Files Attached Files
    Last edited by ACALEX; 09-28-2014 at 04:43 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: this is correct but i need something else from array

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: help me to add new criteria in this array

    Try this ARRAY formula...
    =IFERROR(IF(ROWS(B$7:B7)>$E$3,"",INDEX(db!A$2:A$26,SMALL(IF(db!$A$2:$A$26>=$C$3,IF(db!$A$2:$A$26<=$D$3,IF(db!$B$2:$B$26=$B$3,ROW(db!$A$2:$A$26)-ROW(db!$A$2)+1))),ROWS(B$7:B7)))),"")

    You could also use Data Validation in B3 to make sure the names are spelled correctly, and only names in the list are used.

  4. #4
    Registered User
    Join Date
    08-25-2014
    Location
    GREECE
    MS-Off Ver
    2007
    Posts
    10

    Re: help me to add new criteria in this array

    thenks for help.. and suggestions.. this change worked for me.. :D

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: help me to add new criteria in this array

    Happy to help

+ 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. FieldInfo Array not affecting correct columns
    By natefarm in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-24-2014, 03:36 PM
  2. Array formula not bringing correct data
    By Nikeyg in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-08-2013, 12:02 PM
  3. [SOLVED] VLOOKUP not returning correct information from given array
    By raymond87 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-03-2013, 07:29 PM
  4. Looking for correct array function.
    By steven314 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2007, 02:31 PM
  5. Array Formula Not Correct
    By bw in forum Excel General
    Replies: 7
    Last Post: 11-06-2005, 06:15 PM

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