+ Reply to Thread
Results 1 to 3 of 3

SUM the data based on multiple matches with different requirements.

  1. #1
    Registered User
    Join Date
    04-10-2015
    Location
    Bangladesh
    MS-Off Ver
    Windows 2013
    Posts
    39

    SUM the data based on multiple matches with different requirements.

    Hi,

    Need help to calculate and present few data automatically from source. I have attached a few samples of the task. every day I have to work with lots of data and prepare the report according to buyers' requirement. This will help me a lot if I can manage a formula for that.

    Conditions are -
    • the formula will populate all the line item name and ID as it is.
    • If ID=0 then rest of the column Line Item date to clicks will remain the same, and package as "blank"
    • If ID is not 0 then it will show the first 2 digits of Line Item Name.
    • If there are duplicate IDs of packages on this, then the formula will sum up the impressions to Click in the first match and keep remaining matches
    blank
    Attached Files Attached Files
    Last edited by Rinkojhon; 01-21-2019 at 08:01 AM.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: SUM the data based on multiple matches with different requirements.

    Please try

    A27:C27
    =A3

    D27:F27
    =IF($B3,IF($B3<>$B2,SUMIFS(D$3:D$18,$B$3:$B$18,$B3),""),D3)

    G27
    =IF(B3,LEFT(A3,2),"")

    Copy A27:G27 down
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-10-2015
    Location
    Bangladesh
    MS-Off Ver
    Windows 2013
    Posts
    39

    Re: SUM the data based on multiple matches with different requirements.

    Hello BO_RY,

    Thank you for your help. I think it will work, I am going to try this and will let you know if I have any issue.

    Thank you again.
    Rinko.

+ 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. [SOLVED] VBA - check if user name matches requirements, if not, dont open
    By galvinpaddy in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-16-2015, 02:28 PM
  2. Replies: 2
    Last Post: 03-03-2014, 10:03 PM
  3. Need to organize data based on requirements....explained below
    By bmbalamurali in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-08-2013, 06:16 PM
  4. Replies: 8
    Last Post: 08-29-2013, 06:40 PM
  5. Replies: 1
    Last Post: 12-20-2011, 05:49 PM
  6. Creating a lookup based on multiple requirements
    By Mumps in forum Excel General
    Replies: 2
    Last Post: 04-16-2011, 12:30 PM
  7. update values based on multiple requirements
    By rexwells in forum Excel General
    Replies: 2
    Last Post: 07-07-2009, 06:36 PM

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