If the cell have numbers, then do some calculation

Binpj

New Member
Joined
Dec 13, 2016
Messages
2
Hi,

NoDateAmountInterestPrincipal amountLoan Balance
EMI 113-Nov1230343.75886.2524113.75
EMI 2 =K5*16.5%/12=H6-I6=K5-J6
EMI 3 336.12-336.1224781.44
EMI 4 340.74-340.7425122.18
EMI 5 345.43-345.4325467.61
EMI 6 350.18-350.1825817.79

<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>

I have applied some simple calculations againist EMI 2. I need that calculation only if if enter numbers in the amount column. Is there any possibility
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
try

=if(isblank(K5),"",..calculation here..)
 
Upvote 0

Forum statistics

Threads
1,214,412
Messages
6,119,369
Members
448,888
Latest member
Arle8907

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