I'm trying to pull a value from a cell into another cell if a different cell has a check mark. If the cell for the column 'Full Payment Received? is checked, insert the value from 'Amount of Bonus Owed'
I've tried the following:
=IF({Full Payment Received?}@row = 1, {Amount of Bonus Owed}@row)
Thanks in advance for your help!