View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andy D
 
Posts: n/a
Default How do I count differert items in a column only if the date in an.

I would like to be able to count the number of different iteams in one column
whose dates are less than 30 days older than the current date in another
colunm.

For example column A contains different names, and column B contains date of
birth. I would like to show How many people sharing the same name were born
within the last 30 days.

Is this possible? I have managed to achieve this with IF and AND functions
but this means I have to use 2 other coulmns to get the results (Counting
True/False results) and I would idealy like the table to remain as "clean" as
posssible.

Thanks
Andy