Combined Excel Formula

Sujit Naha

New Member
Joined
Aug 26, 2020
Messages
5
Office Version
  1. 2007
Platform
  1. Windows
example:
%
1) Result ---------- 100 - 1.5 = 1.5 ( percentage formula)

2) Result ---------- 100 - 1.5 = 1.0 ( If (MOD)) formula

Question: Please Let Me the Combined Formula for above i.e. Percentage + If Mod formula in One Cell

Please reply and do needful
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I think you required this...
practice.xlsx
BCD
101001.51.5
111001.51
121001.52.5
Sheet7
Cell Formulas
RangeFormula
D10D10=B10*C10%
D11D11=MOD(B11,C11)
D12D12=(B12*C12%)+(MOD(B12,C12))
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top