• 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

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

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