+ Reply to Thread
Results 1 to 2 of 2

Formula help

  1. #1
    Registered User
    Join Date
    06-03-2006
    Posts
    4

    Exclamation Formula help

    Hi everyone!

    I am setting up a monthly personal budget in Excel, and I wanted to set the spreadsheet to automatically pull totals from my checkbook (in another Excel file) based on categories. In other words, my budget would have a section for "gasoline" and the formula would search my checkbook for "gasoline" items and then pull the totals from that category over to the budget automatically. Does this make sense at all? If so, let me know if there is a possible way to do this.

  2. #2
    JMB
    Guest

    RE: Formula help

    If your descriptions are in Sheet1 A1:A6, and amounts in Sheet1 B1:B6, try:

    =SUMPRODUCT(--(ISNUMBER(SEARCH("gasoline",[Checkbook.xls]Sheet1!A1:A6,1))),[Checkbook.xls]Sheet1!B1:B6)

    Change source workbook, worksheet, and range references as needed.
    Sumproduct cannot accomodate an entire column (A:A, A1:A65536)


    "hogiejax" wrote:

    >
    > Hi everyone!
    >
    > I am setting up a monthly personal budget in Excel, and I wanted to set
    > the spreadsheet to automatically pull totals from my checkbook (in
    > another Excel file) based on categories. In other words, my budget
    > would have a section for "gasoline" and the formula would search my
    > checkbook for "gasoline" items and then pull the totals from that
    > category over to the budget automatically. Does this make sense at
    > all? If so, let me know if there is a possible way to do
    > this.
    >
    >
    > --
    > hogiejax
    > ------------------------------------------------------------------------
    > hogiejax's Profile: http://www.excelforum.com/member.php...o&userid=35071
    > View this thread: http://www.excelforum.com/showthread...hreadid=548161
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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