View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Otto Moehrbach[_2_] Otto Moehrbach[_2_] is offline
external usenet poster
 
Posts: 1,071
Default Crazy multi-level parsing of data

You must understand that nobody that reads your post works in your office,
therefore nobody that reads your post has any idea what you are saying.
Your description of your large data table is scrambled in with your
description of the other sheets that you want so nobody at this end of your
post knows what you have where or what you want where.
Redo your post, if you wish, and describe your data table. That is, you
have this in this column, that in that column, etc. Then do the same thing
for the other sheets that you want generated. Be clear so that there can be
no doubt about what sheet you are talking about. What is a GL account
number? What do you want to name the other sheets?
You will need VBA for this task so details are very important for anyone to
help you. HTH Otto
"mdavison" wrote in message
...
I have a large data table. I need to create extra tabs based on the
following
criteria:
Each tab represents only 1 GL account number, from Column C
The data on each tab is displayed as Office codes across by Month names
down.
Office codes are in column B.
Month NUMBERS (from an =MONTH based on another cell's contents) is in
column
H.
Assume an absolute reference on each GL tab at $B$7 where the GL code is
entered.
Numbers to be sumed by Month/Office Code on the gL tab are in G & H
(Capital
and Operational expenses) of the main table.

I have done ADDRESS and INDIRECT and all sots of compounded formulas, but
I
am super stumped here. Any assistance would be terrific.
Thanks!