I am looking to create a column formula to subtract the bottom score (Q1-Score) from the one in the line above if the values in the Survey Identifier field are the same (the formula would be going in the Q1- Dif column).
Right now I have the formula below which works as a drag and drop field but I would like it to be a column formula field if possible. How can I change the formula to make it be a column formula?
=IF([Survey Identifier]@row = [Survey Identifier]3, [Q1- Score ]3 - [Q1- Score ]@row)
(This is the formula in row 4)