Trying to write an IF function that will say "if [transaction type] = "Void" or if [transaction type] = "Refund" then [Purchase Amount] *-1
Basically trying to say if Transaction Type column is Void or Refund then I need the Purchase Amount column to be multiplied by -1. Any tips?