Results 1 to 16 of 16

Array Formulas instead of helper columns

Threaded View

  1. #11
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Array Formulas instead of helper columns

    A little late but here is the chart solution using named ranges.
    You need to fully qualify the ranges in the formula.

    =IF(ISNUMBER(MATCH(ROW(Sheet1!$A$2:$A$24),SMALL(IF(Sheet1!$A$2:$A$24<>"",ROW(Sheet1!$A$2:$A$24)),ROW(INDIRECT("Sheet1!1:"& CEILING(COUNT(Sheet1!$A$2:$A$24)/2,2)))*2-1),0)),Sheet1!$A$2:$A$24,"")
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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