Hi all,
Messing around with a formula and struggling to make it work. it is an array formula, currently it works with one condition, but i do not know how to get it working with multiple conditions.
the formula:
i am trying to add add where GMP exists into the formula: GRP and GNP
on another sheet i need to add: ZZZ, PTS, PQF, PQT, PSS and PSW
TIA for any assistance
Messing around with a formula and struggling to make it work. it is an array formula, currently it works with one condition, but i do not know how to get it working with multiple conditions.
the formula:
Code:
=IFERROR(INDEX('All Orders'!$A$1:$A$500,SMALL(IF('All Orders'!$D$1:D$500="GMP",ROW('All Orders'!$A$1:$A$500),""),ROW('All Orders'!A1))),"")
i am trying to add add where GMP exists into the formula: GRP and GNP
on another sheet i need to add: ZZZ, PTS, PQF, PQT, PSS and PSW
TIA for any assistance