#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default formula advice

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default formula advice

You can use a Pivot table...

Highlight your table, drop the date in your Row fields and the serial # in
the data fields. right-click on the date, order - group and group by week.
Then, right-click on your data and make sure it's set to count.

"Sundew Chocobo" wrote:

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default formula advice

not sure if reply posted...

??? The table has many columns (a,b,c,d,e,f,tg,h,i)

are you saying I should completely revamp the current table???

"Sean Timmons" wrote:

You can use a Pivot table...

Highlight your table, drop the date in your Row fields and the serial # in
the data fields. right-click on the date, order - group and group by week.
Then, right-click on your data and make sure it's set to count.

"Sundew Chocobo" wrote:

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default formula advice

If you are looking to get scanners per week, Are you looking to this this
within this same table? In that case, your column would either have the same
value through the entire week or have many blank rows in between week start
and end.

My suggestion below would be a separat table to only count # of scanners per
week. No other data would be included.



"Sundew Chocobo" wrote:

not sure if reply posted...

??? The table has many columns (a,b,c,d,e,f,tg,h,i)

are you saying I should completely revamp the current table???

"Sean Timmons" wrote:

You can use a Pivot table...

Highlight your table, drop the date in your Row fields and the serial # in
the data fields. right-click on the date, order - group and group by week.
Then, right-click on your data and make sure it's set to count.

"Sundew Chocobo" wrote:

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default formula advice

thank you I'll try it.

"Sean Timmons" wrote:

If you are looking to get scanners per week, Are you looking to this this
within this same table? In that case, your column would either have the same
value through the entire week or have many blank rows in between week start
and end.

My suggestion below would be a separat table to only count # of scanners per
week. No other data would be included.



"Sundew Chocobo" wrote:

not sure if reply posted...

??? The table has many columns (a,b,c,d,e,f,tg,h,i)

are you saying I should completely revamp the current table???

"Sean Timmons" wrote:

You can use a Pivot table...

Highlight your table, drop the date in your Row fields and the serial # in
the data fields. right-click on the date, order - group and group by week.
Then, right-click on your data and make sure it's set to count.

"Sundew Chocobo" wrote:

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default formula advice

didn't work...

again this is what I'm working with

Date Scanner Serial # Replacement Scanner Cable Sent Modem Serial # Replaced
Modem Power cord Modem Series Customer Name CUST # What's Done
10/2/2008 496310 Cenex 222222 replacement scanner
10/2/2008 SA 111111 replacement scanner
10/2/2008 496310 MOBIL MART 999999 replacement scanner


there are blank lines in Scanner# and Date are shown as daily. won't group
by week or count # by week. (I'm trying to get # sent (Sacnner#) by week.
This report will go way back.

Ideas? :)


"Sundew Chocobo" wrote:

thank you I'll try it.

"Sean Timmons" wrote:

If you are looking to get scanners per week, Are you looking to this this
within this same table? In that case, your column would either have the same
value through the entire week or have many blank rows in between week start
and end.

My suggestion below would be a separat table to only count # of scanners per
week. No other data would be included.



"Sundew Chocobo" wrote:

not sure if reply posted...

??? The table has many columns (a,b,c,d,e,f,tg,h,i)

are you saying I should completely revamp the current table???

"Sean Timmons" wrote:

You can use a Pivot table...

Highlight your table, drop the date in your Row fields and the serial # in
the data fields. right-click on the date, order - group and group by week.
Then, right-click on your data and make sure it's set to count.

"Sundew Chocobo" wrote:

Hi,

I need to figure out a formula that well count the number of scanners sent
out per week. Sounds simple, right? The days are listed using the DATE
function. The scanner information is in the column next to the weekdays.


ie


Date Scanner Serial #
1/1/2003 4963102150900054
2/10/2003 4963102150900934




2/18/2003 ?
4963102150900284


2/25/2003 4963102150901707
2/25/2003 4963102150901033
2/24/2003 4963102150901801
2/25/2003 4963102150901308
2/26/2003
3/3/2003
3/4/2003
3/17/2003 4963102150901396
3/18/2003 4963102150900391
3/20/2003 4963102150901034



I really could use some suggestions. (should I use the WEEKDAY function
with the COUNT function?)


TIA

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
Copy Down A formula advice...... Dermot Excel Discussion (Misc queries) 12 November 22nd 07 12:19 AM
Formula Advice Ken[_2_] Excel Worksheet Functions 7 November 11th 07 12:04 AM
Advice on Creating an Excel Formula or Macro - PLEASE HELP!!!! So Tru Geo Excel Worksheet Functions 1 June 27th 06 07:15 PM
need formula advice CdnMichael Excel Worksheet Functions 1 April 24th 06 12:15 AM
Formula Advice Needed Brad_A Excel Discussion (Misc queries) 1 March 3rd 05 06:29 PM


All times are GMT +1. The time now is 08:34 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"