Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default how to categorize dates

I just wanted to categorize the dates quarterly. Like for example, if the
date is from January to March, it will be included in Quarter1 category. I
wanted to know how many projects have been made in Quarter1 from a specific
person.

Please help me! thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default how to categorize dates

Hi,

This will calculate the quarter for a date in A2

=INT((MONTH(A2)-1)/3)+1

Mike

"Neri" wrote:

I just wanted to categorize the dates quarterly. Like for example, if the
date is from January to March, it will be included in Quarter1 category. I
wanted to know how many projects have been made in Quarter1 from a specific
person.

Please help me! thanks!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default how to categorize dates

Ok,I got it. but how about, if i wanted to know the number of projects of Mr.
X in quarter1? can you please help me with that? thanks!



"Mike H" wrote:

Hi,

This will calculate the quarter for a date in A2

=INT((MONTH(A2)-1)/3)+1

Mike

"Neri" wrote:

I just wanted to categorize the dates quarterly. Like for example, if the
date is from January to March, it will be included in Quarter1 category. I
wanted to know how many projects have been made in Quarter1 from a specific
person.

Please help me! thanks!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default how to categorize dates

You would have to describe you data layout

"Neri" wrote:

Ok,I got it. but how about, if i wanted to know the number of projects of Mr.
X in quarter1? can you please help me with that? thanks!



"Mike H" wrote:

Hi,

This will calculate the quarter for a date in A2

=INT((MONTH(A2)-1)/3)+1

Mike

"Neri" wrote:

I just wanted to categorize the dates quarterly. Like for example, if the
date is from January to March, it will be included in Quarter1 category. I
wanted to know how many projects have been made in Quarter1 from a specific
person.

Please help me! thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to categorize to do list by date, please OCDinNC Excel Discussion (Misc queries) 1 June 7th 09 02:15 AM
Categorize certain times of day as other days ecd211 Excel Discussion (Misc queries) 1 August 28th 08 08:08 PM
Categorize Income and Expenses? gee14 Excel Discussion (Misc queries) 4 September 6th 07 11:34 PM
Want to Automatically Re-Categorize a Downloaded Internet Spreadsheet The Moose Excel Discussion (Misc queries) 2 October 13th 06 10:24 AM
Categorize drop down list Vince Excel Worksheet Functions 2 July 7th 05 09:31 AM


All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"