PC Review


Reply
Thread Tools Rate Thread

Record entry by date

 
 
Francis
Guest
Posts: n/a
 
      28th Jan 2008
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?
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      28th Jan 2008
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?

 
Reply With Quote
 
 
 
 
Francis
Guest
Posts: n/a
 
      29th Jan 2008
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?

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      29th Jan 2008
welcome, Francis.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Francis" <(E-Mail Removed)> wrote in message
news:A4743646-C892-4B4C-986C-(E-Mail Removed)...
> This works, thank you.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
I have value list for a combo - the source is "Level 2";"Level 1";"Entry 3";"Entry 2";"Entry 1"..... Chris K Microsoft Access Form Coding 2 25th Jul 2010 05:15 PM
How do I record the date of the first record entry. Frank Martin Microsoft Access Database Table Design 2 14th May 2010 07:55 AM
Online Data Entry, Offline Data Entry with Data Entry Services James Roy Microsoft Access Forms 1 3rd Feb 2009 01:45 PM
i have two date fileds Opend date Due date, can i set default on due date so, its always = to open date on my data entry form1 Urgent Mike Saifie Microsoft Access Form Coding 1 9th Mar 2006 02:08 AM
Date fields automatically changing when today date matches date field entry.Help! Brian Cassin Microsoft Access Forms 1 15th Nov 2003 02:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:57 PM.