View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] pzeitlin@gmail.com is offline
external usenet poster
 
Posts: 18
Default Dynamically Changing Named Ranges

I have a model that has hours worked by person by period. Today's
date looking back is actuals and today's date looking forward is a
forecast. What I need to do is provide a cum total of hours worked to
date (omitting forecasting).

I've done it before, but my brain is fried - so help would be great.
What I'd like to do is create a named dynamic range that expands based
on date change.

i.e.

Today 12/15/07

Col - A B C D
Row
I
1 12/07 12/14 12/21 12/28
2 John 5 4 3 5
3 Bill 1 2 2 1
4 Adam 3 4 4 2

sumif(a1:today) basically......

Thanks..help is tremendously appreciated. Probably use indirects and
matchs..but can't think anymore.

v/r

PAZ