+ Reply to Thread
Results 1 to 2 of 2

Trying report data with multiple values linked to a cell with the same value.

  1. #1
    Registered User
    Join Date
    02-08-2008
    Posts
    21

    Trying report data with multiple values linked to a cell with the same value.

    Basically I am trying to figure out how to take a Cell "transaction #", find the most expensive item and then count all the items that are remaining from the transaction.

    Example of Raw Data
    Transaction # Item Price
    100101 Item 1 199.99
    100101 Item 2 4.99
    100101 Item 3 20.99
    100102 Item 1 300.99
    100102 Item 2 45.99
    100102 Item 3 42.99
    100102 Item 4 35.99


    Report Information Needed
    Transaction Primary Item Price (Highest) Attached Item Total (everything else)
    100101 199.99 25.98
    100102 300.99 124.97
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Trying report data with multiple values linked to a cell with the same value.

    In B14:

    =MAX(IF($A$3:$A$9=A14,$C$3:$C$9))

    confirmed with CTRL+SHIFT+ENTER not just ENTER and copied down.

    in C14:

    =SUMIF($A$3:$A$9,A14,$C$3:$C$9)-B14

    confirmed with just ENTER and copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

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