Hi,
I have some Report IDs like- 101-121, Invalids, Overdue, MDD.
Each of them have ageing & accordingly Alarm Status is decided.
For 101-121,
Ageing greater than 60- Red
Ageing greater than 50- Amber
Ageing less than 50- Green.
For Invalids & Overdue,
Ageing greater than 55- Red
Ageing greater than 42- Amber
Ageing less than 42- Green.
For MDD,
Ageing greater than 70- Red
Ageing greater than 60- Amber
Ageing less than 60- Green.
I have created formula-
101-121:
=IF(**>60,"Red",IF(**>50,"Amber","Green"))
Invalids-Overdue:
=IF(**>55,"Red",IF(**>42,"Amber","Green"))
MDD
=IF(**>70,"Red",IF(**>60,"Amber","Green"))
Where I replace ** with the cell no. containing Ageing.
The challenge is that, I have to select each report ID to put the formula. Can this be combined?
Thus, My G column contains the Report ID(101-121, Invalids, Overdue, MDD), Q Column contains ageing(0-200), S should show the alarm (Red, Amber, Green), i.e. the above three formulas should be combined.
Here is a small screenshot.
Thanks for your time!
I have some Report IDs like- 101-121, Invalids, Overdue, MDD.
Each of them have ageing & accordingly Alarm Status is decided.
For 101-121,
Ageing greater than 60- Red
Ageing greater than 50- Amber
Ageing less than 50- Green.
For Invalids & Overdue,
Ageing greater than 55- Red
Ageing greater than 42- Amber
Ageing less than 42- Green.
For MDD,
Ageing greater than 70- Red
Ageing greater than 60- Amber
Ageing less than 60- Green.
I have created formula-
101-121:
=IF(**>60,"Red",IF(**>50,"Amber","Green"))
Invalids-Overdue:
=IF(**>55,"Red",IF(**>42,"Amber","Green"))
MDD
=IF(**>70,"Red",IF(**>60,"Amber","Green"))
Where I replace ** with the cell no. containing Ageing.
The challenge is that, I have to select each report ID to put the formula. Can this be combined?
Thus, My G column contains the Report ID(101-121, Invalids, Overdue, MDD), Q Column contains ageing(0-200), S should show the alarm (Red, Amber, Green), i.e. the above three formulas should be combined.
Here is a small screenshot.
Thanks for your time!