Hi,
I am using the following formula to pull names from another sheet that meet a certain criteria. It will only pull a name once, before moving onto the next match. However, for each name pulled, I want to add the word " Replacement" at the end of it.
Is that possible?
The formula I am using is:
=IFERROR(INDEX(Master!$G:$G,AGGREGATE(15,6,ROW(Master!$G$3:$G$102)/(Master!$M$3:$M$102=$A$11)/(Master!$I$3:$I$102=$B$6)/(Master!$Q$3:$Q$102=$A$4)/(ISNA(MATCH(Master!$G$3:$G$102,C$10:C10,0))),1)),"")
I tried adding &" Replacement" at the end but not only does it cause the formula to start repeating names, but when dragged across a range, it fills every cell with the word Replacement. I only want the word to appear against a pulled value.
I am using the following formula to pull names from another sheet that meet a certain criteria. It will only pull a name once, before moving onto the next match. However, for each name pulled, I want to add the word " Replacement" at the end of it.
Is that possible?
The formula I am using is:
=IFERROR(INDEX(Master!$G:$G,AGGREGATE(15,6,ROW(Master!$G$3:$G$102)/(Master!$M$3:$M$102=$A$11)/(Master!$I$3:$I$102=$B$6)/(Master!$Q$3:$Q$102=$A$4)/(ISNA(MATCH(Master!$G$3:$G$102,C$10:C10,0))),1)),"")
I tried adding &" Replacement" at the end but not only does it cause the formula to start repeating names, but when dragged across a range, it fills every cell with the word Replacement. I only want the word to appear against a pulled value.