in C27 I have a drop down box that says
CONNECT MANAGEMENT FEE (10%) Yes
CONNECT MANAGEMENT FEE (10%) NO
I have this formula which works fine in Cell D27
=IF(RIGHT(C27,3)="YES",D28*10%,"")
(so if No D27 is empty, if Yes Calculates 10% of D28)
Now in D28 I would like:
If C27 = YES it calculates (D26*0.111109)+D26
If C27 = No (or C27 is empty) D28 is the same as D26
Thank you for your help
Marc
CONNECT MANAGEMENT FEE (10%) Yes
CONNECT MANAGEMENT FEE (10%) NO
I have this formula which works fine in Cell D27
=IF(RIGHT(C27,3)="YES",D28*10%,"")
(so if No D27 is empty, if Yes Calculates 10% of D28)
Now in D28 I would like:
If C27 = YES it calculates (D26*0.111109)+D26
If C27 = No (or C27 is empty) D28 is the same as D26
Thank you for your help
Marc