Hello
I have the following....
=MMULT(G3,H3)-H3-K3-M3-O3
...and would like to deduct 5% from the final total, but can't figure out how?
Thank you
Hello
I have the following....
=MMULT(G3,H3)-H3-K3-M3-O3
...and would like to deduct 5% from the final total, but can't figure out how?
Thank you
=0.95*(MMULT(G3,H3)-H3-K3-M3-O3)
Or, since MMULT is unnecessary,
=0.95*((G3-1)*H3-K3-M3-O3)
Entia non sunt multiplicanda sine necessitate
Fantastic! Thank you!![]()
Hello again.
I've like to add an IF statement to this if possible.
I'd like the deduct 5% only if total figure is positive. I've created IF statement...
=IF(P3<0,P3,P3*0.95)
.... but not sure how or if it's possible to incorporate into existing formula as I think its a circular reference?
Last edited by jackhulk; 08-22-2011 at 07:50 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks