Hello,
I have a formula running a few different if formulas that I'd like to simplify if possible:
=IFERROR("MTD: " + IF(INDEX(COLLECT({MTD}, {Dallas Process Name}, Description@row), 1) <> "", INDEX(COLLECT({MTD}, {Dallas Process Name}, Description@row), 1), "Und")
+ ", RPO: " + IF(INDEX(COLLECT({RPO}, {Dallas Process Name}, Description@row), 1) <> "", INDEX(COLLECT({RPO}, {Dallas Process Name}, Description@row), 1), "Und")
+ ", RTO: " + IF(INDEX(COLLECT({RTO}, {Dallas Process Name}, Description@row), 1) <> "", INDEX(COLLECT({RTO}, {Dallas Process Name}, Description@row), 1), "Und"), "")