Hello,
I am trying to achieve the following:
If the date is grater than 2020,6,30 and the salespersonA is "D" and salespersonB is "T" then calculate 30% of net profit, otherwise leave the cell blank.
What I have so far is below and I have an error "#unparseabl"
=IF(AND(Date2676 > 2020, 6, 30, [SalespersonA]2676 = "D", [SalespersonB]2676 = "T"), ([Net Profit]2676 - 100) * 0.3, "")
I would greatly appreciate your help.
Thank you.