Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default skipping cells

i have a list of statistics from a callcenter i work for that are all
in a table in excel, and i want to only select ones that apply to a
monday, 5th of the month and other specific dates (eg bank holidays)
how could i go about doing this or even is this posable?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default skipping cells

Hi
What do you mean by select? If you mean SEE, then you can use filter
for the dates you want. If you want something else then you must spell
it out...in detail.
regards
Paul

On May 15, 11:38 am, wrote:
i have a list of statistics from a callcenter i work for that are all
in a table in excel, and i want to only select ones that apply to a
monday, 5th of the month and other specific dates (eg bank holidays)
how could i go about doing this or even is this posable?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default skipping cells

no i didnt mean see i ment select so that i could find the average
monday

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default skipping cells

Hi

One way
Assuming dates are in column A and value you want to average is in
column B
=SUMPRODUCT(--(DAY($A$2:$A$100=5),$B$2:$B$100)/SUMPRODUCT(--(DAY($A$2:$A$100=5))

--
Regards

Roger Govier


wrote in message
ups.com...
i have a list of statistics from a callcenter i work for that are all
in a table in excel, and i want to only select ones that apply to a
monday, 5th of the month and other specific dates (eg bank holidays)
how could i go about doing this or even is this posable?



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
reference row on another sheet skipping zeros but not skipping li. Brennan Downes Excel Discussion (Misc queries) 2 April 2nd 23 01:28 PM
Sum and skipping cells art Excel Worksheet Functions 2 September 19th 08 05:02 AM
Tab is skipping 10 cells, how do I stop this? Scott Excel Discussion (Misc queries) 3 July 29th 08 06:06 PM
Skipping Cells CellSkipper Excel Worksheet Functions 5 January 25th 08 09:42 PM
skipping cells just1creation Excel Discussion (Misc queries) 2 June 27th 06 05:32 PM


All times are GMT +1. The time now is 03:58 PM.

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"