+ Reply to Thread
Results 1 to 4 of 4

How to exclude the row from an array which has the formula in it.

  1. #1
    Registered User
    Join Date
    07-30-2014
    Location
    Toronto
    MS-Off Ver
    2007
    Posts
    2

    How to exclude the row from an array which has the formula in it.

    For example the formula below is in cell AU6. I want to exclude A6 from the array. Row AU7 would need to exclude A7 when I drag it down.

    =MAX(IF($A$6:$A$493=AT6,$AS$6:$AS$493))

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to exclude the row from an array which has the formula in it.

    Perhaps
    =MAX(IF($A$6:$A$493=AT6,IF(ROW($A$6:$A$493)<>ROW(A6),$AS$6:$AS$493)))

  3. #3
    Registered User
    Join Date
    07-30-2014
    Location
    Toronto
    MS-Off Ver
    2007
    Posts
    2

    Re: How to exclude the row from an array which has the formula in it.

    Works Perfectly! Thank you very much Jonmo1!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to exclude the row from an array which has the formula in it.

    You're welcome.

+ 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. Exclude ranges from array
    By jamilkhan77 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-04-2014, 10:39 AM
  2. Exclude blank/FALSE cells in in Excel array IF formula output
    By sushix in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-08-2013, 11:42 AM
  3. Create an array based off values in another array - exclude blanks
    By clifton1230 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2013, 05:35 PM
  4. Replies: 5
    Last Post: 07-19-2012, 08:18 PM
  5. How to exclude a cell from array
    By ezhenya in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-02-2010, 04:27 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