+ Reply to Thread
Results 1 to 6 of 6

List Array Formula with Criteria skip blanks

  1. #1
    Registered User
    Join Date
    04-23-2020
    Location
    Atlanta, GA
    MS-Off Ver
    Excel Version 2003
    Posts
    2

    List Array Formula with Criteria skip blanks

    Hello - Please help. I have been trying to find a formula that can do a list array skipping blanks but not skipping duplicates.

    For example:

    Category Amount
    Banana 2.50
    Pineapple
    Apple 3.00
    Peach 4.00
    Apple 2.50
    Strawberry 2.50

    From this I would like to extract

    2.50
    3.00
    4.00
    2.50
    2.50

    Many formulas that I tried keep skipping the duplicates.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: List Array Formula with Criteria skip blanks

    Filter (empty cells) on column Amount.

    After that delete the row(s).
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    04-23-2020
    Location
    Atlanta, GA
    MS-Off Ver
    Excel Version 2003
    Posts
    2

    Re: List Array Formula with Criteria skip blanks

    Obviously that would be the easiest but I am trying to do an automated report - hence, I need a formula which can pull this information.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: List Array Formula with Criteria skip blanks

    you only interest in the prices, not in the category?

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: List Array Formula with Criteria skip blanks

    c2 =IF(B2="","",Count($C$1:C1)+1) and drag down.

    f1 =iferror(INDEX($A$1:$C$12,match(Row(),$C$1:$C$12,0),2),"") and drag down.

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: List Array Formula with Criteria skip blanks

    With above data in A1:B7 array enter this in C2 and fill down until you get blanks.

    If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    A
    B
    C
    1
    Category
    Amount
    2
    Banana
    2.50
    2.50
    3
    Pineapple
    3.00
    4
    Apple
    3.00
    4.00
    5
    Peach
    4.00
    2.50
    6
    Apple
    2.50
    2.50
    7
    Strawberry
    2.50
    Dave

+ 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. Need help to skip blanks in repeated list formula (index match)
    By iskz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2017, 07:37 PM
  2. Array formula to list top performers ignoring blanks
    By Shellybelly in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-05-2015, 10:27 AM
  3. [SOLVED] ARRAY Formula: Seach Range and list row information of Non-Blanks
    By JasonNeedsHelp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-24-2014, 09:37 AM
  4. Replies: 7
    Last Post: 07-07-2014, 09:48 AM
  5. Replies: 2
    Last Post: 11-03-2012, 02:53 PM
  6. drag formula and skip blanks rows
    By patsureway in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2008, 09:41 PM
  7. RE: paste formula and skip blanks
    By Sean in forum Excel General
    Replies: 4
    Last Post: 04-06-2006, 02:10 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