L
Legacy 143009
Guest
Hi,
I am currently using XL2019 so I can't go for UNIQUE-FILTER.
I have a table like this starting from A2:
The desired result is:
Is this doable without a helper column? I am trying to move over the classic unique formula but COUNTIF function isn't accepting the array as a range.
=INDEX($A$2:$A$9,MATCH(0,COUNTIF($A$2:$B2&$A$1:$A1,$A$2:$A$9&$B$2:$B$9)),0))
I need the formulas only for Columns A and B in the 2nd table. I can handle Column C if I got those two columns. It would be a simple COUNTIFS.
Thanks a lot!
I am currently using XL2019 so I can't go for UNIQUE-FILTER.
I have a table like this starting from A2:
Apple | Jan | 300 |
Orange | Jan | 200 |
Banana | Jan | 100 |
Apple | Jan | 100 |
Orange | Jan | 100 |
Apple | Feb | 200 |
Apple | Feb | 100 |
Banana | Feb | 200 |
The desired result is:
Apple | Jan | 400 |
Orange | Jan | 300 |
Banana | Jan | 100 |
Apple | Feb | 300 |
Banana | Feb | 200 |
Is this doable without a helper column? I am trying to move over the classic unique formula but COUNTIF function isn't accepting the array as a range.
=INDEX($A$2:$A$9,MATCH(0,COUNTIF($A$2:$B2&$A$1:$A1,$A$2:$A$9&$B$2:$B$9)),0))
I need the formulas only for Columns A and B in the 2nd table. I can handle Column C if I got those two columns. It would be a simple COUNTIFS.
Thanks a lot!