Date range help

M

ml

I have a workbook with financial information for our fiscal year. Each tab =
each dept with their monthly financial information. I also have tab called
Summary sheet that pulls the all depts info to that Summary sheet with the
monthly data (based on my hlookup value). This is not a problem but the
problem is when I pulled the fiscal year to date summary. I have the data
keyed in from April to June, but I only want to see the FYTD from April to
May. How do I set up the formula for this so that it only runs the FYTD
summary based on the range it's given?

Thanks,
ml
 
M

ml

The sample below is the snapshot of each dept financial information. Each
tab =(A) (B) (C) (D) (E)
1 Expense FYTD April May June
2 Budget =sum(c2:e2) 189,723 193,123 182,908
3 Actual =sum(c3:e3) 192,153 194,295 194,102
4 Variance =b2-b3 2,430 1,172 11,194

I also have tab called
Month: May (hlookup value)
(A) (B) (C) (D)
(E)
1 Expense Dir Total Dept 1 Dept 2
Dept 3
2 Budget - May =sum(c2:e2) 189,723 193,123 182,908
3 Actual - May =sum(c3:e3) 192,153 194,295 194,102
4 Variance =b2-b3 2,430 1,172
11,194
5 Budget FYTD =sum(c5:e5) ? ?
?
6 Actual FYTD =sum(c6:e6) ? ?
?
The report is generating monthly, but from time to time we'll have director
who will come back asking for their previous month(s) report because they
might have lost it (not unusual). Here is what I want to accomplish...
I want to set up the formula for this so that it only runs the FYTD
Whew...
ml
 
M

ml

Thanks for your suggestions. The summary sheet is provided to their
directors only. Each Dept Mgr will get their individual monthly report (no
FYTD reported). Is there another way to handle this?

thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top