Hi,
I'm having an issue with writing a reference formula for Add-On Rates. I've included pictures of the Reference Sheet and the Main Project Tracker here, with Client Name info redacted.
The "Team Member Rate Sheet Pull" helper and "Project Rate Sheet Pull" helper columns both have formulas that work:
Team Member: =IF(ISTEXT(Status@row), INDEX(COLLECT({Rate}, {Client Name}, [Client Name]@row, {Role}, Status@row), 1))
Project Rate: =IF(ISTEXT(Status@row), INDEX(COLLECT({Rate}, {Client Name}, [Client Name]@row, {Project Type}, Status@row), 1))
What I have tried so far for Add-On Rate Sheet Pull that is giving incorrect values or #INVALID VALUE errors:
=IF(ISTEXT([Add-Ons]@row), INDEX(COLLECT({Rate}, {Client Name}, [Client Name]@row, {Add-Ons}, [Add-Ons]@row), 1))
=IF(ISTEXT([Status]@row), INDEX(COLLECT({Rate}, {Client Name}, [Client Name]@row, {Add-Ons}, [Add-Ons]@row), 1))
Thanks in advance for any help!