IF Multiple Conditions

Mareme
Mareme ✭✭
edited 12/09/19 in Smartsheet Basics

Hi

 

I m having difficulties in implementing a multiple conditions formula

 

Context:

2 key columns:

- Column status with the following available list : COMPLETED / ONGOING / NOT STARTED/LATE

- Column Completion: 

 

If have created the following formula below to automatically update the Status Column of the Parent line.

=IF([Global Completion]319 = 100, "Completed", IF([Global Completion]319 = 0, "Not started", "Ongoing"))

 

However, i also need to introduce the condition that is one of the children is LATE than the parent is LATE

 

Have tried several formula with IF but doesnt seems to work. Can someone help please?

 

Regards

 

 

 

 

Comments