LATEST VALUE

apgmin

Board Regular
Joined
Mar 1, 2010
Messages
143
Office Version
  1. 2013
Platform
  1. Windows
M0NTHLY DUE DATEAMOUNT PAIDPRINCIPAL BALANCE
28-Feb-21​
126276.16​
28-Mar-21​
9000​
123276.16​
28-Apr-21​
129572.05​
28-May-21​
50000​
85877.81​

Hello All, Please help

I have put in cell F3, =today()

In the monthly due date I have put =edate(upper cell+1)

Now in cell f4, I want the current principal balance like 85877.81 as pon today but 129572 after 28 april

or else tell me a way to get the value in the last cell in the column ( currently 858777.81) in cell f4, like if the cell ( currently 858777.81) would had been blank then the results should be 129572.05 in cell f4
 
Last edited:

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
=LOOKUP(2,1/(P2:P61<>""),P2:P61)
 
Upvote 0
Solution
For any future questions, you might keep in mind that we cannot see your worksheet so describing what is in what cell/column etc without telling us what columns and rows you have shown makes it very hard for us to set up a worksheet to test.

Given that, if your column P is filled with numbers and/or null strings (""), you could reduce the calculation burden of trying to divide all the cell values with this instead
Excel Formula:
=LOOKUP(9.99E+307,P2:P61)
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,561
Members
449,089
Latest member
Motoracer88

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