How do I get dates recognised as annual quarters?

R

Rina

I am using a spreadsheet as a KPI planner. I need to report quarterly. Each
KPI has a day month and year assigned to it. I would like to automate this
so that when a date is entered in a cell, the annual quarter in which that
date falls automatically appears in the adjacent cell. Does anyone know how
I can do this?
 
R

Ron Coderre

If your company uses standard calendar year and regular 3-month quarters, try
this:

For a date in A1

This formula returns the quarter number:
=CEILING(MONTH(A1)/3,1)

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top