Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 203
Default Compare budget to actual

Hi Guys,

I have drawn a blank. Please help?

I have a spreadsheet which affectively are all items from my bank statement.
In another spreadsheet I have all the catagories from my bank statement
which is then filtered (sumif) between 2 dates.

I would like to then to compare my budget against the actual but I have my
budget setup in a cross tab table (categories in the rows and months in the
columns)

What formula could I use to pull through the corresponding budget to the
date range in the bank summary sheet?

Thanks
Albert
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Compare budget to actual

Albert wrote:
Hi Guys,

I have drawn a blank. Please help?

I have a spreadsheet which affectively are all items from my bank statement.
In another spreadsheet I have all the catagories from my bank statement
which is then filtered (sumif) between 2 dates.

I would like to then to compare my budget against the actual but I have my
budget setup in a cross tab table (categories in the rows and months in the
columns)

What formula could I use to pull through the corresponding budget to the
date range in the bank summary sheet?

Thanks
Albert


I can't see your layout but this is the general idea. Use INDEX/MATCH to
find the budget values based on keys in the actual table.

Suppose your budget looks like this in budget!A1:D4

Category Jan Feb Mar
A 400 100 400
B 100 300 100
C 200 200 300

And suppose your bank info looks like this in actual!A1:D4

Category Month Actual Budget
A Feb 100
B Feb 200
C Feb 300

You want to fill in the Budget column (D2:D4).

In actual!D2 put

=INDEX(budget!$B$2:$D$4,MATCH(actual!$A2,budget!$A $2:$A$4,0),MATCH(actual!$B2,budget!$B$1:$D$1,0))

This can be filled down as needed.

Hope this gives you some ideas.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Percentage Difference Between Budget & Actual Cheer Fever Excel Discussion (Misc queries) 2 April 5th 23 02:55 PM
Labor Costs Budget to Actual Connie Excel Discussion (Misc queries) 1 June 23rd 07 12:42 PM
Budget vs. Actual Stanley Excel Discussion (Misc queries) 0 December 16th 05 08:59 PM
Comparing actual spends against a budget Tracey Charts and Charting in Excel 2 September 16th 05 11:07 AM
YTD Budget Sum if Actual Month has activities AGnes Excel Worksheet Functions 1 March 24th 05 09:25 PM


All times are GMT +1. The time now is 03:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"