Is it possible to have a sub formula be part of the main formula for an IF/OR cell?
Basically what I am trying to do is write a formula that looks at Column A and if it is one of two answers from a drop down list report the percentage of the value of Column B, and if the value of Column A is a third value return 0.
The formula I currently have written is:
=IF(OR(Type20 = "FL PR", Type20 = "Staff"), (=[Est Subtotal]20*15%), 0)
I am getting a #UNPARSEABLE error.
Appologies if I am not stating this the right way.
Thanks