+ Reply to Thread
Results 1 to 4 of 4

Monthly Budget

  1. #1
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Monthly Budget

    Dear Friends

    Herewith I attached a file named `Monthly Budget'.

    In that file sheet name `Datas' contain columns `Date', `Credit / Debit' and `Value'

    I want a report in `Report' sheet in yellow color cells as per month and year, Total Credit / month and Total Debit / month

    Thanks in advance

    thilag

    Notes :

    * The values should be generated for Both Month and Year eventhough we input only dates.
    * The Date will not be random like that. It will not be in order
    Example : first date may be 20-Oct-2013 last may be 06-May-2013
    * The values entries will not unifrom and it is according to our expenditure
    Example : April 2013 may have 10 entires and May have only 2 entries
    * Also the Credit and Debit entries for same month may ot maynot be unique
    Example : In June 2013 Credit entries may be 5 and debit entry may be equal or more than 5
    * Yellow color cells to be filled by formula
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Monthly Budget

    hi thilag. try this in C3:
    =SUMPRODUCT((TEXT(Datas!$B$3:$B$291,"mmmm yyyy")=$B3)*(Datas!$C$3:$C$291=MID(C$2,FIND(" ",C$2)+1,10)),Datas!$D$3:$D$291)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Monthly Budget

    Maybe something like this? hope it helps you


    Azumi
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Monthly Budget

    Thanks to Azumi and benishiryo. This helps me to calculate the day to day expenses in Month wise

    thanks

    thilag

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pulling weekly budget data into monthly budget
    By MarkRabbit in forum Excel General
    Replies: 4
    Last Post: 10-19-2008, 04:28 PM
  2. Monthly/Yearly Budget and IF statements
    By tds3871 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-08-2008, 02:41 PM
  3. [SOLVED] Calculating monthly budget expenses
    By Warrain in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-15-2006, 07:00 PM
  4. Divide Monthly Sales Budget to Day budget
    By Benedikt Fridbjornsson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-11-2006, 03:25 PM
  5. Divide Monthly Sales Budget to Day Budget
    By Benedikt Fridbjornsson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2006, 11:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1