• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to convert lambs into financial year based on months of birth

GVN KUMAR

Member
How to convert lambs into financial year according to birth months

You can write an excel formula for each batch of lambs to be arranged from April 1 to March 31 for the financial year.
 

Attachments

  • bron months to financial year assign.xlsx
    11.1 KB · Views: 4
See pivot table on sheet Sheet2 and formulae in columns B & C
I've manually added and highlighted 3 dates to verify they're put in the right financial year.

1728737158245.png
 

Attachments

  • Chandoo57806bron months to financial year assign.xlsx
    17 KB · Views: 2
Another method; after changing the source data in column A (making sure it remains part of the table), right-click the table at cell C1 and choose Refresh.

1728741932407.png
 

Attachments

  • Chandoo57806bron months to financial year assignPQ.xlsx
    19.7 KB · Views: 1
I am thinking formula
3 formulae in the attached:
B2:
=YEAR(EDATE(A2,-3))&"-"&TEXT(EDATE(A2,9),"yy")
copied down as far as needed

D1:
=TRANSPOSE(SORT(UNIQUE(B2:B27)))
should spill horizontally

D2:
=SORT(FILTER($A$2:$A$27,$B$2:$B$27=D$1))
copied across as far as needed
 

Attachments

  • Chandoo57806bron months to financial year assignFormulaeOnly.xlsx
    11.5 KB · Views: 3
sir
Spare your valuable time for us and give us 2 types of suggestions.
I appreciate your xls knowledge and wisdom in rewriting it for us in formula form.
thank you a lot
 
Back
Top