View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
George George is offline
external usenet poster
 
Posts: 347
Default Automatically updating summary tab with details...

Got a complicated situation here that I think I'd be better of using a macro
to achieve. However if someone knows a slightly easier method (because I'm
not that good with Macros atm) that would be great!

I have a "data" sheet that has a list of current projects. I've used the
OFFSET formula so that when adding/removing projects the named range (used
for data validation) gets updated.

I have a "summary" tab that lists the projects and the number of people
assigned to them that day. Is there anyway of making this table (on the
summary) automatically update (with a total column) when a project is added?

Currently the only way I can think of doing this would be to add a macro so
that users can add/remove projects, and in that macro it does all the work of
updating the summary tab. Am I right about this?

Thanks