+ Reply to Thread
Results 1 to 4 of 4

Adding a further range to a formula

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Adding a further range to a formula

    Hi all

    I was helped previosuly with this array formula:
    Please Login or Register  to view this content.
    What it does is look in 3 data sources and returns a unique list to the Summary sheet.

    I now need to add a 4th list to the above for the range H2:H316 on the sheet “Data 3”

    How do I do this? I have tried without success

    Paul

  2. #2
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Adding a further range to a formula

    Hi,

    I have uploaded an example as I know sometimes this helps explain what I need
    Attached Files Attached Files

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Adding a further range to a formula

    In c5

    =IFERROR(IFERROR(IFERROR(IFERROR(INDEX(Data!$O$6:$O$8, MATCH(0, COUNTIF($C$4:C4, Data!$O$6:$O$8), 0)), INDEX('Data 2'!$M$19:$M$20, MATCH(0, COUNTIF($C$4:C4, 'Data 2'!$M$19:$M$20), 0))),INDEX('Data 2'!$N$19:$N$20,MATCH(0,COUNTIF($C$4:C4,'Data 2'!$N$19:$N$20),0))),INDEX('Data 3'!$H$2:$H$316,MATCH(0,COUNTIF($C$4:C4,'Data 3'!$H$2:$H$316),0))),"")

    Copy down

    Array-entered of course!
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: Adding a further range to a formula

    Perfect - thank you ACE!

+ 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: 3
    Last Post: 07-11-2013, 11:02 AM
  2. [SOLVED] Help with Adding Date Range to Formula
    By Berryblue in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-08-2013, 11:44 PM
  3. Adding date range to formula
    By rhudgins in forum Excel General
    Replies: 9
    Last Post: 10-26-2011, 02:55 PM
  4. Formatting a range and Adding a formula to convert the range.
    By Technodruid in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-28-2010, 02:22 PM
  5. Adding a simple formula to a range of cells
    By ncikusa in forum Excel General
    Replies: 2
    Last Post: 10-26-2009, 04:25 AM

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