PARENT CHILDREN FORMULA

Options
C. Srinidhi Ragunathan
C. Srinidhi Ragunathan ✭✭
edited 12/09/19 in Smartsheet Basics

Greetings,

I need to formulate an equation in a parent cell.Β 

The children cells indicate certain conditions for each task(row). These conditions are as follows:Β  component received, awaiting component, not required.

I need a function such that, if all children cell indicate "component received", then the parent cell must automatically indicate the same.

Even if one child cell indicates otherwise, the parent cell must indicate "awaiting component"

I tried to use the following:Β =IF(([PRODUCT STATUS]x:[PRODUCT STATUS]y) = "RECEIVED COMPONENT", "RECEIVED COMPONENT", "AWAITING COMPONENT").Β 

But it doesn't work.

Β 

Can anyone suggest changes to the problem?

Β 

Thank you

Comments