+ Reply to Thread
Results 1 to 3 of 3

HARD FORMULA need help. Experts only!!

  1. #1
    Registered User
    Join Date
    03-22-2009
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    1

    HARD FORMULA need help. Experts only!!

    I have a small formula request. I have downloaded my credit card statements from AmEx and I am trying to organize it in a way that I can have all my purchases added based on my text criteria of certain purchase... Ill try to be as clear as possible. I have already organized it in a way that when I paste new months statement in my Excel file it sorts it by date, newest on the top, and I made Conditional Formatting by color on column D which states the Description of purchase. Starbucks appears in description cell but it is followed by number and location making each Starbucks cell in column D different in name. So its hard to use Exact phrase formula to combine the amount for that purchase. My question is: Is there a formula that find a PORTION of text in a D column and automatically adds the price to the right of it together in one cell. There is a formula that looks for the whole text in the cell but that doesn't work when my name has always some extra numbers at the end of the word Starbucks

    I have 5 columns (A,B,C,D,E) A=Date, B=Reference, C=Price, D=Description, E=Contact. I would like Excel to look in column D for portion of the work in each cell (EXAMPLE: D4=STARBUCKS USA 834NEWYORK, D30=STARBUCKS USA 387DENVER EXT...) so I would use word STARBUCKS since it is the only word that repeats and used it in a formula to SUM C column corresponding to each Starbucks cell in D column. Also note that I would like to set it to infinity since ill be pasting more statements as time goes by. With each one of these purchases filtered I would then be able to create graphs of spending by each criteria. My idea is to find out what my spending are for certain everyday product so I can see where I can cut down on expenses. Since we are in economy shift these days this would be great project for everyone. I hate looking through my statements in their very unclear way. Thank You for anyone who helps this means a big deal to me and I have been trying to look for it online for quite a while.....
    Last edited by Mravec000; 03-22-2009 at 05:17 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: HARD FORMULA need help. Experts only!!

    You can use SUMIF with wildcards, e.g.

    =SUMIF(D:D,"*Starbucks*",C:C)

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: HARD FORMULA need help. Experts only!!

    Mravec000,

    Welcome to the forum.

    Please read the forum rules about thread titles before posting again.
    Entia non sunt multiplicanda sine necessitate

+ 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