To Calculate the Late Fee

agrissy

New Member
Joined
Sep 4, 2018
Messages
4
Hello,

Here is a link to an image of the spreadsheet: https://agrissy92.files.wordpress.com/2018/09/excel.png.

I tried this formula, =IFERROR([@[Amount]]-[@[Total Paid]]+[@[Late Fee]], "") but it did not work at all.

I also tried this formula, =IF(F8>0,F8-I8,"") it works but it would show $-32.75 instead of $32.75. I also tried on K10 (=IF(F10>0,F10-I10,"") but it shows "-" as it should show $17.50 and the status should state Partly Paid on M10.

I am sure this is a simple solution, but I could not figure it out. I am hoping that one of you could give me a better formula.

Thanks in advance!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Welcome to the board.

Not seen the spreadsheet, but try adapting
Code:
=ABS(A1-B1)
 
Upvote 0

Forum statistics

Threads
1,217,371
Messages
6,136,158
Members
449,995
Latest member
rport

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