Hi, I'm attempting to use SUMIFS to sum data (Royalty Rate) from another sheet if the Project Number in the other sheet (Project Num) matches Project Number in the current sheet, and if Based on from the other sheet is "SRP".
Current formula that isn't working is below.
=SUMIFS({Royalty Rate}, {Project Num},[Project Number]@row },{Based On},"SRP")
Appreciate any help on this.
Thanks