Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 998

Calculating total sales with multiple criterias across two tables

$
0
0

I'm currently working with Table 1 and trying to calculate the total sales [Column C] of products with the same ID and matching stock units and sales units in Table 2. I've attempted to use the SUMIFS formula like so:

=SUMIFS(Table2!E:E, Table2!A:A, Table1!A1, Table2!C:C, Table2!D:D)

However, it doesn't seem to be giving me the desired result. Could someone please lend a hand and assist me with this? I'd really appreciate your help. Thank you!

Table 1 (Desired Results):

Table 1

Table 2:

Table 2


Viewing all articles
Browse latest Browse all 998

Trending Articles