Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating a budget from a list of transactions

I have a list of purchases/payments. I would like to create a spreadsheet
that will break these down by payee and month. I know that if I want to get
either month OR payee, I can use sumif, but how do I break it dow by month
AND payee?

Here is my PAYEE breakdown: =SUMIF('bussiness
expenses'!B$2:B$138,A2,'bussiness expenses'!D$2:D$138) With PAYEE being in
column A on current sheet, and column B for the lookup.
My transaction date is in column A on bussiness (I know I have business
mis spelt, but...)

How would I do this?

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Creating a budget from a list of transactions

Try something similar to:

=sumproduct((Rng1=Payee)*(Rng2=Month)*(SumRng))

--
Damon Longworth

Don't miss out on the 2005 Excel User Conference
Sept 16th and 17th
Stockyards Hotel - Ft. Worth, Texas
www.ExcelUserConference.com


"Mctabish" wrote in message
...
I have a list of purchases/payments. I would like to create a spreadsheet
that will break these down by payee and month. I know that if I want to get
either month OR payee, I can use sumif, but how do I break it dow by month
AND payee?

Here is my PAYEE breakdown: =SUMIF('bussiness
expenses'!B$2:B$138,A2,'bussiness expenses'!D$2:D$138) With PAYEE being
in column A on current sheet, and column B for the lookup.
My transaction date is in column A on bussiness (I know I have business
mis spelt, but...)

How would I do this?

Thanks




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Creating a budget from a list of transactions

Have you thought about using a pivot table with payee in the rows and month
in the columns.

hope this helps
Rowan

"Mctabish" wrote:

I have a list of purchases/payments. I would like to create a spreadsheet
that will break these down by payee and month. I know that if I want to get
either month OR payee, I can use sumif, but how do I break it dow by month
AND payee?

Here is my PAYEE breakdown: =SUMIF('bussiness
expenses'!B$2:B$138,A2,'bussiness expenses'!D$2:D$138) With PAYEE being in
column A on current sheet, and column B for the lookup.
My transaction date is in column A on bussiness (I know I have business
mis spelt, but...)

How would I do this?

Thanks



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
Filtering the top 5 transactions from a list of 10 reps Bishop Excel Discussion (Misc queries) 2 March 27th 09 05:31 PM
Using Drop-Downs (ValidationList) to update a budget msnyc07 Excel Discussion (Misc queries) 1 December 4th 08 05:10 PM
Split transactions in excel budget/register JeremyC Excel Discussion (Misc queries) 1 March 9th 08 05:59 AM
help creating budget roll-up from multiple spreadsheets and updatingwith actuals monthly [email protected] New Users to Excel 0 January 28th 08 05:36 PM
Can someone give me "simple" instruction for creating home budget Georgiagirl Excel Discussion (Misc queries) 1 August 24th 06 11:59 PM


All times are GMT +1. The time now is 07:35 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"