G
Guest
Hello,
I am using the following formula successfully to find the data in sheet 1
and bring it to sheet 2
{=IF(ISNA(MATCH(1,(RTH!$A$1:$A$500=$A5)*(RTH!$C$1:$C$500=$M$1),0)),"",INDEX(RTH!$F$1:$F$500,MATCH(1,(RTH!$A$1:$A$500=$A5)*(RTH!$C$1:$C$500=$M$1),0)))}
I now want to perform the same task, however, now I know that there will be
two cells that meeet the two criteria instead of one. The above formula seems
to grab the first one only. Ultimately, I will need to add them together as
well. What modifications will I need to make to my formula to grab both
results and what is the most proficient way to add them together?
thanks in advance for any help,
Robert
I am using the following formula successfully to find the data in sheet 1
and bring it to sheet 2
{=IF(ISNA(MATCH(1,(RTH!$A$1:$A$500=$A5)*(RTH!$C$1:$C$500=$M$1),0)),"",INDEX(RTH!$F$1:$F$500,MATCH(1,(RTH!$A$1:$A$500=$A5)*(RTH!$C$1:$C$500=$M$1),0)))}
I now want to perform the same task, however, now I know that there will be
two cells that meeet the two criteria instead of one. The above formula seems
to grab the first one only. Ultimately, I will need to add them together as
well. What modifications will I need to make to my formula to grab both
results and what is the most proficient way to add them together?
thanks in advance for any help,
Robert