Good morning all
I'm after help with a complex formula concept. FYI these are not live data sheets just moc ups.
Data Base Sheet
Metric Sheet
Bellow is the formula im currently using to pull contracted orders across to a second Metric sheet.
=IFERROR(INDEX(COLLECT({DATA BASE | Customer}, {DATA BASE | Start Date}, >=DATE(2025, 1, 1), {DATA BASE | Start Date}, <DATE(2025, 2, 1), {DATA BASE | Status}, ="Contracted"), [Primary Column]@row), "")
What I want to achieve is to be able to also pull across the High Prob orders as well as the In review ones too. BUT i want to be able to add a "*" after the high Probs customer name, a "," after the In Review (But not high prob) and a "." after the contracted customer name. This would allow me to use conditional formatting to colour code the cells accordingly. Turning my metrics sheet into a live graph of the current order status.
So I was hoping this would be an easy wrap in an IF or use the IFERROR function but its currently falling over when i try that.
Any and all help would be much appreciated