Hi i am asking your help to replicate the following formula that i have in excel to SmartSheet
=IF(AND(Q2<>P2,R2="No- implementation date is at risk without external (to the project team) involvement"),"Red - Off Track",(IF(AND(Q2<>P2,R2="Yes- implementation date is still achievable"),"Yellow - At Risk",(IF(Q2<=P2,"Green - On Track",(IF(AND(Q2<>P2,OR(R2=0,R2="N/A")),"Red - Off Track","Gray - Not Started")))))))
Formula it is working on column in green. I have the same column in the SmartSheet cause this is excel in the first moment it is a pull from the data in SmartSheet but after that somebody create this column in excel and i need to have it directly in the SmartSheet. That will going to help to automate a Dashboad in PowerBI from SmartSheet. In advance i appreciate.