Hello,
I have been trying to subtract numerical data from three different columns, and I have tried
=[Submitted HRs]@row-[Lunch Time]@row-[Contracted HRs]@row and get invalid operation
I tried using parathesis
=([Submitted HRs]@row - [Lunch Time]@row) - [Contracted HRs]@row and get an invalid operation
I have also tried
=sum([Submitted HRs]@row-[Lunch Time]@row)-[Contracted HRs]@row) and get Unparsebale
Is there no simple formula for subtracting data?
BTW does it matter if one of the columns is a dropdown list of numbers?