Just like that :-
Following are the Steps:-
1. Go to SharePoint Library, create one column "Status" name with three dropdow values:-
-Green
-Red
-Yellow
2. Create another column, Calculated (calculation based on other columns) and some code in formula.
Code Example:-
=IF(Status="Green","image url",IF(Status="Red","image url",IF(Status="Yellow","image url")))
Following are the Steps:-
1. Go to SharePoint Library, create one column "Status" name with three dropdow values:-
-Green
-Red
-Yellow
2. Create another column, Calculated (calculation based on other columns) and some code in formula.
=IF(Status="Green","image url",IF(Status="Red","image url",IF(Status="Yellow","image url")))