Date formula help

jb133

New Member
Joined
Sep 14, 2015
Messages
2
Hi guys,

I am working on a formula to show what the late fee needs to be depending on date rent was paid. I go a formula to do that, but i am struggling to get a 60 dollar value for a "no pay" of rent. below is a preview of my formula. I cant get it to populate when i place text in the cell K19.

https://drive.google.com/open?id=0ByIzBcfoqidJQkVxTHVvQm5LTkk
(screen clip)

Thanks for any help.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Probably need the no pay if at the beginning of the formula as the would return a #VALUE so something like

=IF(K11="NO PAY",60,IF(K11-A11<=4,0,IF(K11-A11<=9,30,IF(K11-A11<=31,60,""))))
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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