Could a referenced cell formula be messing up my SumIf Formula?

I have two sheets. Sheet A with a list of Projects, Project ID, and Amount of Funds awarded. Sheet B contains order information. The information is taken through a FormStack Form, but on this form, the project owner selects their project name that is basically a list of their project combined with the project ID. Once that information is brought into Sheet B, a different column splits up that order information and so I am left with the Project ID # in its own cell (=RIGHT([Project Assigned]@row, LEN([Project Assigned]@row) - FIND(":", [Project Assigned]@row))).

After all of this, I want a SumIf formula for the total amount spent on Sheet B / Order Form. It would look something like this

=SUMIF({Sheet B Project ID #}, [Project ID]@row, {Sheet B Final Cost})

However, I think because the formula is referencing another column formula, it doesn't count it as a match. Is this the case? Is there an easy workaround other than doing something else with the form intake so I don't need a formula to break up the information?

Thank you!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!