Mike Buess
USA
3037 Posts |
Posted - 03/23/2007 : 08:26:28 AM
|
Not sure if this is what you want. It sums column B in all worksheets in the project and puts the results in a new worksheet.
wo -d; // duplicate active wks window %W=%H; // save its name nn=1; doc -e W { if("%W"!="%H") { %W_B+=%H_B; // add column nn++; // count }; }; %W_B/=nn; // divide by count win -r %W Background; // rename wks
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 03/23/2007 08:27:52 AM |
 |
|