Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default selecting by week number??????

In a\league schedule i have 18 different weeks of fixtures, is it possible to
select a weeks fixtures on a diiferent sheet by using week numbers, e.g if i
put week1 in a cell the fixtures for that week will be displayed
--
thanks
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default selecting by week number??????

I just need to select some data on one sheet and transfer it to another by
using a number relative to our league weeks.
--
thanks


"Don Guillett" wrote:

First, have a look in help index for weeknum

--
Don Guillett
SalesAid Software

"Mike" wrote in message
...
In a\league schedule i have 18 different weeks of fixtures, is it possible
to
select a weeks fixtures on a diiferent sheet by using week numbers, e.g if
i
put week1 in a cell the fixtures for that week will be displayed
--
thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default selecting by week number??????

Assuming that the week number is in column A and fixtures in column B of
Sheet1 the, select a range of cells on sheet2 for the maximum number of
fixtures, and in the formula bar enter

=IF(ISERROR(SMALL(IF(Sheet1!$A1:$A200=1,ROW($A1:$A 20),""),ROW($A1:$A20))),""
,
INDEX(Sheet1!$B$1:$B$200,SMALL(IF(Sheet1!$A1:$A200 =1,ROW($A1:$A20),""),ROW($
A1:$A20))))

as an array, so commit with Ctrl-Shift-Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mike" wrote in message
...
I just need to select some data on one sheet and transfer it to another by
using a number relative to our league weeks.
--
thanks


"Don Guillett" wrote:

First, have a look in help index for weeknum

--
Don Guillett
SalesAid Software

"Mike" wrote in message
...
In a\league schedule i have 18 different weeks of fixtures, is it

possible
to
select a weeks fixtures on a diiferent sheet by using week numbers,

e.g if
i
put week1 in a cell the fixtures for that week will be displayed
--
thanks






  #5   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default selecting by week number??????

EasyFilter have a option to filter on week numbers and copy to a new sheet
http://www.rondebruin.nl/easyfilter.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Mike" wrote in message ...
In a\league schedule i have 18 different weeks of fixtures, is it possible to
select a weeks fixtures on a diiferent sheet by using week numbers, e.g if i
put week1 in a cell the fixtures for that week will be displayed
--
thanks





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
Sigma Function? Maria Garcao Excel Worksheet Functions 6 October 15th 05 10:09 PM
evaluate data by week number Steve G Excel Worksheet Functions 1 July 7th 05 09:34 PM
user defined function Brian Rogge Excel Worksheet Functions 5 May 23rd 05 06:21 PM
number of week ciccio Excel Worksheet Functions 2 January 20th 05 10:26 PM
how to get week number in month in excel ? ikin Charts and Charting in Excel 2 January 16th 05 05:54 PM


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