Hi guys...
I am bit confused in creating formulae for the following calcullation... Please help me out...
This is regarding share trading:
For Cash Trades : Let us say Trade Amount is 30,000.00
Brokerage = 30000 * 0.75 / 100 = 225.00
If Brokerage is less than 25.00 then 25.00 is charged.
For Margin Trade : Let us say Buy Amount is 30,000.00 & Sell Amount is 31,000.00
Buy Brokerage = 30000 * 0.05 / 100 = 15.00
If Brokerage is less than 15.00 then 15.00 is charged.
Formulae : =IF(AND(D3="Cash"),((C3*E3)*0.75/100),(C3*E3)*0.05/100)
This formulae is till the calculation work... I want this formulai to work for the highlighted statement.
i.e.
in case 1:
If the result is less than 25 then the cell should contain 25.
in case 2:
If the result is less than 15 then the cell should contain 15.
Please help me out regarding this...
Regards,.
I am bit confused in creating formulae for the following calcullation... Please help me out...
This is regarding share trading:
For Cash Trades : Let us say Trade Amount is 30,000.00
Brokerage = 30000 * 0.75 / 100 = 225.00
If Brokerage is less than 25.00 then 25.00 is charged.
For Margin Trade : Let us say Buy Amount is 30,000.00 & Sell Amount is 31,000.00
Buy Brokerage = 30000 * 0.05 / 100 = 15.00
If Brokerage is less than 15.00 then 15.00 is charged.
Formulae : =IF(AND(D3="Cash"),((C3*E3)*0.75/100),(C3*E3)*0.05/100)
This formulae is till the calculation work... I want this formulai to work for the highlighted statement.
i.e.
in case 1:
If the result is less than 25 then the cell should contain 25.
in case 2:
If the result is less than 15 then the cell should contain 15.
Please help me out regarding this...
Regards,.