+ Reply to Thread
Results 1 to 2 of 2

Trying to sum duplicate descriptions when using an array

  1. #1
    Registered User
    Join Date
    12-05-2013
    Location
    Glasgow
    MS-Off Ver
    Excel 2010
    Posts
    12

    Trying to sum duplicate descriptions when using an array

    Hi All

    I am currently using the below formula to extract various fields from a spreadsheet:-

    {=IFERROR(INDEX(Funding_Stream_All_Data.rdl!$I$1:$I$999999,MATCH(1,(Funding_Stream_All_Data.rdl!$B$1:$B$999999=$C$8)*(Funding_Stream_All_Data.rdl!$D$1:$D$999999=$A19),0)),"0.00")}

    Which would be fine if the description in column B of my data only appeared once.

    How do I sum the total of all those that have the same description?

    Data Example

    Column A Column B Column C

    Code Description Value
    SL10107 Test Data £100.00
    SL10107 Test Data £100.00
    SL10107 Test Data £100.00

    Using the formula {=IFERROR(INDEX(Column C,MATCH(1,(Column A=SL10107)*(Column B=Test Data0,0)),"0.00")} I get the answer £100, i.e. it is Matching the Code SL10107, and then matching the Description of Test Data and then returning the first value, £100. However I would like to sum these entries and get the answer of £300

    Thanks

    Iain

  2. #2
    Forum Contributor amit.wilson's Avatar
    Join Date
    07-09-2013
    Location
    Gotham
    MS-Off Ver
    Excel for Mac 2011
    Posts
    283

    Re: Trying to sum duplicate descriptions when using an array

    Hi I,

    welcome to the forum. Do you want to try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    as an array function, i.e. press CTRL+SHIFT+ENTER to enter.

    Cheers
    <-- If you're happy & you know it...click the star.:-)

+ 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. remove duplicate values from array
    By nikko50 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-11-2013, 07:14 PM
  2. Array Formula Sum If With Duplicate
    By JR573PUTT in forum Excel General
    Replies: 18
    Last Post: 02-21-2006, 05:41 PM
  3. [SOLVED] Two arrays need highlight duplicate in one of the array
    By RagDyeR in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM
  4. Two arrays need highlight duplicate in one of the array
    By Luke in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  5. Two arrays need highlight duplicate in one of the array
    By Luke in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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