I am trying to automate the RGY Harvey balls in a sheet based on the status of the Full/quarter/half/three quarter/full Harvey balls.Below are the statements that I want to use but I was hoping to get some help putting them together in a nested if statement.
if End Date is before today's date and Completed is full then make it green
if End Date is before today's date and Completed is not full then make it red
if End Date is after today's date and Completed is full then make it green
if End Date is after today's date and Completed is not full then make it green
if End Date is 2 days before today and Completed is not full then make it yellow
if End Date is 2 days before today and Completed is full then make it green
