Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can obtain the current year with YEAR(TODAY()) and the current week number
with WEEKNUM, but I want to display the results in an ?array. By this I mean; row 1 contains the week nos 1 -52; column A contains the years 2010,2009,2008. I want the result to look like: 2010 N N N -----N until week 52 2009 Y Y Y ------ Y until current week, then N N N until week 52 2008 Y Y Y ------ Y until week 52 My current attempt fails, which is =IF(AND(Current_Year=$A2,Current_Week=$B$1),"Y", "N") The purpose is to automatically populate a chart (graph) with current data (Y) and ignore future data (N). Thanks in anticipation. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combination Graph with current year and prior year sales | Charts and Charting in Excel | |||
Formula to determine number of current records by week | Excel Worksheet Functions | |||
Show week number in current month | Excel Discussion (Misc queries) | |||
How to compare current year to prior year in bar chart? | Charts and Charting in Excel | |||
HELP - need to returns the current number of past month this year and ... | Excel Worksheet Functions |