Jul 16 2022 01:03 AM
Hello Everyone,
I want to show NUMBER for A and S to a main data.
I tried the INDEX with MATCH function. But it did not work.
Please help..
Here is a attached file..
Jul 16 2022 01:27 AM
@Excel Try with SUMIFS or why not just a simple pivot table?
Jul 16 2022 01:29 AM
Solution
Please try this...
In H2
=IFERROR(INDEX($C$2:$C$9,MATCH(1,INDEX(($A$2:$A$9=$G2)*($B$2:$B$9=H$1),),0)),"")
and then copy it across and down.
Jul 16 2022 01:48 AM
Jul 16 2022 01:57 AM
You're welcome @Excel! Glad I could help.