The formula requires adjustment to reflect FY April - March

hananak

Board Regular
Joined
Feb 10, 2022
Messages
69
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Dear all,

I am working on a Amortization schedule that is based on year that runs from Jan - Dec. But our Financial year runs from April - March. Please see the below two formulas. I am not sure how to adjust these to reflect this change.

Accounting Yard Prepayment Schedule - Copy.xlsx
ABCDEFG
4Year2022
5Current Month1
6Current DateJan-22I want it to show April 22 instead of Jan-22
Control
Cell Formulas
RangeFormula
B6B6=DATE(Control!$B$4,Control!$B$5,1)
Cells with Data Validation
CellAllowCriteria
B4List2018,2019,2020,2021,2022,2023,2024,2025
B5List1,2,3,4,5,6,7,8,9,10,11,12


Secondly,

Accounting Yard Prepayment Schedule - Copy.xlsx
NOPQRSTUVWXY
3This is what I want - highlighted in green
4Apr-22May-22Jun-22Jul-22Aug-22Sep-22Oct-22Nov-22Dec-22Jan-23Feb-23Mar-23
5Jan-22Feb-22Mar-22Apr-22May-22Jun-22Jul-22Aug-22Sep-22Oct-22Nov-22Dec-22
6---750750750750750750750750750
Prepayment
Cell Formulas
RangeFormula
N5:Y5N5=DATE(Control!$B$4,COLUMNS($N$5:N5),1)
N6:Y6N6=IF(AND(OR($B6=N$5,N$5>$B6),OR($C6=N$5,N$5<$C6)),IFERROR(IF(AND(OR(YEAR($B6)=YEAR(N$5),YEAR($B6)<YEAR(N$5),YEAR(N$5)>YEAR($B6)),OR(MONTH($B6)=MONTH(N$5),MONTH($B6)>MONTH(N$5),MONTH(N$5)>MONTH($B6))),SUM($H6:$I6)/$F6),0),0)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
N5:Y8Expression=MOD(COLUMN(),2)=0textNO
Cells with Data Validation
CellAllowCriteria
N6:Y6Custom=AND(ISFORMULA(N6))


Your help would be really appreciated.
Thanks.
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Can anyone help me in adjusting the formula in B6 please?
 
Upvote 0
How about
Excel Formula:
=DATE($B$4,$B$5+3,1)
You should never refer to the name of the sheet the formula is on.
 
Upvote 0
How about
Excel Formula:
=DATE($B$4,$B$5+3,1)
You should never refer to the name of the sheet the formula is on.
Thanks for your reply. It's working.

Can you help in adjusting the formula in N5 cell. so instead of Jan, I should have Apr?
 
Upvote 0
Just add +3 to columns
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,402
Members
449,156
Latest member
LSchleppi

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