Hey everyone.
After a bit of help.
I've got three formula, all of which work perfectly on their own, in separate cells.
Is there a way I can combine all these formulas into one formula, which will give me one, sorted, unique list of results?
All support is greatly appreciated.
Thank you.
Regards,
Marhier.
After a bit of help.
I've got three formula, all of which work perfectly on their own, in separate cells.
Excel Formula:
=IFERROR(SORT(UNIQUE(FILTER(PurchaseOrderTable[Category],PurchaseOrderTable[Category]<>""))),"")
Excel Formula:
=IFERROR(SORT(UNIQUE(FILTER(SiteReqTable[Category],SiteReqTable[Category]<>""))),"")
Excel Formula:
=IFERROR(SORT(UNIQUE(FILTER(HireOrderTable[Item Category],HireOrderTable[Item Category]<>""))),"")
Is there a way I can combine all these formulas into one formula, which will give me one, sorted, unique list of results?
All support is greatly appreciated.
Thank you.
Regards,
Marhier.
Last edited: