• 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.

Formula Help Required

Hi gurus,

I am referring to the table in the attached excel file.
i have used the below formula in column A for automatically finding the quarter.
="Quarter "&CEILING(MONTH(B2),3)/3

As per the above formula its taking
Jan - Mar = Quarter 1
Apr - Jun = Quarter 2
Jul - Sep = Quarter 3
Oct - Dec = Quarter 4

But my requirement is
Apr - Jun = Quarter 1
Jul - Sep = Quarter 2
Oct - Dec = Quarter 3
Jan - Mar = Quarter 4

How do i achieve this? Please guide me.
I have attached the excel file for your reference.
 

Attachments

  • Test 1.xlsx
    9.1 KB · Views: 10
You're welcome! Sometimes a simple LOOKUP will avoid your having to do maths!!! ;)
 
Back
Top