Hi,
I need some help on this.
My objective is to place the sum amount from one tab sheet to another.
Source Sheet Tab:
----------------
Dealer - TrnType - Amount
------ ------- ------
ZT5 RUBY $100
ZT5 RUBY 150
ZT5 PORT 90
ZT5 PORT 110
XXX RUBY 100
XXX PORT 150
Target Sheet Tab/Desired Result:
-------------------------------
Dealer PORT RUBY
------ ------ -------
ZT5 $200 $250
XXX 150 100
The Dealer is common in both spreadsheet, however, the Port and Ruby columns in Target Tab are not.
It would have been easier using VLOOKUP function if there is only one condition (Dealer). However, in this case there are more than 1 condition to meet, Dealer, Port, and Ruby.
I can not use also sub-total function since the result would have to be added to another tab sheet.
I tried SUMIF and COUNTIF functions but I could not work it out with more than 1 condition.
Thanks +++
I need some help on this.
My objective is to place the sum amount from one tab sheet to another.
Source Sheet Tab:
----------------
Dealer - TrnType - Amount
------ ------- ------
ZT5 RUBY $100
ZT5 RUBY 150
ZT5 PORT 90
ZT5 PORT 110
XXX RUBY 100
XXX PORT 150
Target Sheet Tab/Desired Result:
-------------------------------
Dealer PORT RUBY
------ ------ -------
ZT5 $200 $250
XXX 150 100
The Dealer is common in both spreadsheet, however, the Port and Ruby columns in Target Tab are not.
It would have been easier using VLOOKUP function if there is only one condition (Dealer). However, in this case there are more than 1 condition to meet, Dealer, Port, and Ruby.
I can not use also sub-total function since the result would have to be added to another tab sheet.
I tried SUMIF and COUNTIF functions but I could not work it out with more than 1 condition.
Thanks +++