Could someone please help by pointing out what is wrong with this function? I would like row 1 to show the total of row 2 and row 7. (i.e. when the Hierarchy level is 1)
=SUMIF([PO Amount]1:[PO Amount]10, [Project Hierarchy]@row, 1)
Here is the screenshot of my Smartsheet data source
I have a function in row 2 and row 7 that works just fine. it is =SUM(CHILDREN([PO Amount]7:[PO Amount]9)).
Thanks in advance.