Hi,
I’m working on an input model that needs to be able to display an awry fiscal year correctly in tables
(Attached book, Rows 14-15).
Users provide:
1. Fiscal year – end date (Cell: B7 – format dd/mm)
2. Indicator: Awry Y/N? (Cell: B8)
3. Quarter ends – four dates per annum (Row 11, format dd/mm/yyyy) first four are typed in, then dragged across)
4. Indicator: A/E (Row 12, is the year “Actual” or “Estimated”)
Then Rows 14 and 15 each calculate their respective values for the year in question.
Assumptions:
a. Awry = “N”, Calendar and Fiscal are the same ie. year-end is 31-12. This works fine.
b. Awry = “Y”, Calendar != Fiscal.
Re. b.
As can be seen from the “Examples” section (Rows 18-33) the timeperiods resulting in the headings can vary a lot, but the headings will be the same in the cases where Awry = “Y”.
I believe the crucial part of the problem is to get the “Fiscal year” cells right (Row 14). Then Row 15 should be a lot easier to concatenate.
But right now my problem is to get the year right in all instances of “Awry’s”. When those vary I keep getting at least one wrong.
Any tip, idea or insight on this will be highly appreciated.
Thanks,