Looking for help to put the below formula into the right order. I have played around with where I put the IF(AND and HAS functions, but stays unparseable.
I need it to sum the award total if the grantor is at primary column row for the FY at row if the Status is Awarded and the Funding Source is Federal.
=SUMIFS({Award Total}, {Grantor}, [Primary Column]@row , {FY Awarded}, [Column2]@row , IF(AND({Status}, HAS(@cell , "Awarded"), ({Funding Source}, HAS(@cell , "Federal"))))
Assistance would be appreciated.