C
Carl
I have a formula that outs out net margin which is
=(Margins!$C$6-MIN-'TMobile 18 Costs'!D5)
I also have another formaula that turns negative into positive If a
positive states "FOC" if negative adds VAT and rounds up to nearest
9.99.
=IF(C8>=0,"FOC",CEILING(-C8*1.175,10)-0.01)
So if a neative was -89 turns it into +89 *1.175 = 105 then changes it
to 109.99 automatically
With me so far. So what i need is a formula that does all that in one
formula so i dont have to create double columns ot work it out!!!!!!
=(Margins!$C$6-MIN-'TMobile 18 Costs'!D5)
I also have another formaula that turns negative into positive If a
positive states "FOC" if negative adds VAT and rounds up to nearest
9.99.
=IF(C8>=0,"FOC",CEILING(-C8*1.175,10)-0.01)
So if a neative was -89 turns it into +89 *1.175 = 105 then changes it
to 109.99 automatically
With me so far. So what i need is a formula that does all that in one
formula so i dont have to create double columns ot work it out!!!!!!