I need to color the complete row excel based upon the value of a cell in column.
I have excel with 3 columns ( Item,Price and Status). I want to color the row if the status value is
- DELIVERED (to Green)
- REJECTED (to Red)
- WIP (to Orange).
I dont have much expertise in VBA.
Hence, little detailed explanation would be great.
Thanks a ton !!