Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 175
Default Record entry by date

Have a large spreadsheet with 1 column I want to monitor changes in on a
monthly basis. (In a separate sheet, i setup TRACK report to monitor monthly
changes for this one column)

This column is now empty. If I added data into 5 of the rows in jan, and 6
different rows in Feb, I want the TRACK report to reflect how many entrys for
jan and how many for feb.

Is there a function or do i build a macro?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Record entry by date

Assuming data entered in Sheet1 in A1 down, with the dates of entry input
into B1 down (these are assumed real dates)

In TRACK,
Put this in any cell, eg in B2:
=SUMPRODUCT((MONTH(Sheet1!$B$1:$B$100)=ROWS($1:1)) *(Sheet1!$B$1:$B$100<""))
B2 returns the count for January. Copy B2 down to B13 to return the counts
for all 12 months.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Francis" wrote:
Have a large spreadsheet with 1 column I want to monitor changes in on a
monthly basis. (In a separate sheet, i setup TRACK report to monitor monthly
changes for this one column)

This column is now empty. If I added data into 5 of the rows in jan, and 6
different rows in Feb, I want the TRACK report to reflect how many entrys for
jan and how many for feb.

Is there a function or do i build a macro?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 175
Default Record entry by date

This works, thank you.

"Max" wrote:

Assuming data entered in Sheet1 in A1 down, with the dates of entry input
into B1 down (these are assumed real dates)

In TRACK,
Put this in any cell, eg in B2:
=SUMPRODUCT((MONTH(Sheet1!$B$1:$B$100)=ROWS($1:1)) *(Sheet1!$B$1:$B$100<""))
B2 returns the count for January. Copy B2 down to B13 to return the counts
for all 12 months.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Francis" wrote:
Have a large spreadsheet with 1 column I want to monitor changes in on a
monthly basis. (In a separate sheet, i setup TRACK report to monitor monthly
changes for this one column)

This column is now empty. If I added data into 5 of the rows in jan, and 6
different rows in Feb, I want the TRACK report to reflect how many entrys for
jan and how many for feb.

Is there a function or do i build a macro?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Record entry by date

welcome, Francis.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Francis" wrote in message
...
This works, thank you.



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
Formula that will record the time and date when an entry is made on a sheet [email protected] Excel Worksheet Functions 3 October 11th 07 08:28 AM
Date function to record changes within a row Kamran Excel Worksheet Functions 2 February 28th 07 12:27 AM
Record the date after matching the names Tom Excel Discussion (Misc queries) 10 December 11th 06 09:38 PM
How can I count a record if it contains a date within a date range hile trotman Excel Worksheet Functions 0 September 20th 06 08:58 PM
how to make excel record cell entry dates hoyt New Users to Excel 5 June 12th 06 11:45 AM


All times are GMT +1. The time now is 09:48 PM.

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

About Us

"It's about Microsoft Excel"