+ Reply to Thread
Results 1 to 3 of 3

Tracing and summing from numerous sheet (sumifs)

  1. #1
    Forum Contributor
    Join Date
    09-20-2018
    Location
    Jakarta
    MS-Off Ver
    google
    Posts
    102

    Tracing and summing from numerous sheet (sumifs)

    hello,

    Referring to a closed thread : https://www.excelforum.com/excel-for...ml#post5641609

    sorry i think i have a better way to explain it, but then why was that thread closed ?

    I made a v2 excel sheet so let me re-explain it here :
    ---------------

    So basically in sheet 'Dashboard' I need to fill in colomn B and C with a formula, let's try with channel category A1.

    so in 'Reference - Channel' we know A1 it's Channel & Sub-Channel are B5 & C15

    Where in 'Reference - ID' the ID for Channel & Sub-Channel of B5 & C15 are IO-1610007498

    so in 'Backend Data - Ref ID' Booking No. ID IO-1610007498 has a Revenue of 132,85

    While in 'Google Analytics' please ignore the Revenue colomn, since we'll use Revenue 'Backend Data - Ref ID' sheet instead, so let us just trace the Transactions of B5 & C15 -> 1144

    In conclusion, we got A1's Valid Transaction & Valid Revenue : 1144 & 132,85

    Thank you,
    Attached Files Attached Files
    Last edited by maniacs205; 02-26-2022 at 05:31 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: Tracing and summing from numerous sheet (sumifs)

    in "Dashboard"

    in B3

    INDEX('Reference - ID'!$A$2:$A$15,MATCH(1,('Reference - ID'!$B$2:$B$15=VLOOKUP(A3,'Reference - Channel'!A2:C17,2,0))*('Reference - ID'!$C$2:$C$15=VLOOKUP(A3,'Reference - Channel'!A2:C17,3,0)),0))

    in C3

    =IFERROR(VLOOKUP(INDEX('Reference - ID'!$A$2:$A$15,MATCH(1,('Reference - ID'!$B$2:$B$15=VLOOKUP(A3,'Reference - Channel'!A2:C17,2,0))*('Reference - ID'!$C$2:$C$15=VLOOKUP(A3,'Reference - Channel'!A2:C17,3,0)),0)),'Backend Data - Ref ID'!$A$2:$B$15,2,0),"")

    BOTH are Array entered (Ctrl+Shift+Enter)
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor
    Join Date
    09-20-2018
    Location
    Jakarta
    MS-Off Ver
    google
    Posts
    102

    Re: Tracing and summing from numerous sheet (sumifs)

    very good, thanks

+ 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] Copy Numerous Sheets to Numerous Unopened Workbooks
    By hchavous in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 04-23-2018, 04:51 PM
  2. TRying to create numerous payslips from a data sheet
    By tina cooper in forum Excel General
    Replies: 1
    Last Post: 04-29-2015, 06:49 AM
  3. [SOLVED] Pivot Table creating numerous columns instead of summing data correctly
    By okcsteve in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 11-13-2014, 10:33 AM
  4. Need help summing quantities of numerous duplicate entries
    By luthierwnc in forum Excel General
    Replies: 6
    Last Post: 07-02-2012, 11:53 AM
  5. VBA to print numerous times an excel sheet
    By Gerbs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-30-2012, 08:56 AM
  6. Tracing the contents of a cell to a sheet
    By EMGUY in forum Excel General
    Replies: 3
    Last Post: 04-11-2008, 10:09 AM
  7. Replies: 6
    Last Post: 04-23-2006, 05:30 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