+ Reply to Thread
Results 1 to 3 of 3

I need to know if you can use if then or IFSUM, or IFSUMs to fix my proble.

  1. #1
    Registered User
    Join Date
    07-11-2013
    Location
    Wyoming, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation I need to know if you can use if then or IFSUM, or IFSUMs to fix my proble.

    So I'm working on a form for my church.

    Lets say I have in cell A3(Date) B3( Description of card transactions) C3(Amount) D3(Expense Type) E3(Merchant) F3(totals)
    Those are my headings.

    In cells D4:D50 I have a drop down list that show 13 Different drop downs. So if D4 has Hotel then corresponding amount will be in C4 (50.00) And lets say that D5 says Misc. and C5 has 75.00. Well over in F column I have all the expenses separated out. I want to have the total for each type in the F column. All the Hotel fees with at total... all the misc. items and a total,... all the fuel expenses...etc. Currently we have like 19 columns and I'm just trying to consolidate since I have a the drop down menu now.

    Thanks in advance for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: I need to know if you can use if then or IFSUM, or IFSUMs to fix my proble.

    One way is to use pivot tables and other is to use formula.

    for pivot table select A1 to D50 go to insert tab select PIVOT Table and hit enter then drag down the expense type in Row field and amount in the Values column. Click the Amount once and set the field settings to the sum.

    After Completion of all entries go to analyze tab and Click refresh.

    in g4 copy paste below=IF(F4="","",SUMIF($D$4:$D$50,F4,$C$4:$C$50)) then drag down

    Find attached !
    Attached Files Attached Files
    Last edited by hemesh; 04-21-2014 at 11:15 PM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: I need to know if you can use if then or IFSUM, or IFSUMs to fix my proble.

    Try this, copied down in G...
    =SUMIF($D$4:$D$30,$F4,$C$4:$C$30)

    To make the copy easier (if you want to keep the spaces between each type) use this...
    =IF(F4="","",SUMIF($D$4:$D$30,$F4,$C$4:$C$30))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Adding Criteria to IFSUMS Formula
    By quibilty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-27-2013, 12:22 AM
  2. Nest IF formula has a proble.
    By Lensmeister in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-01-2013, 10:26 AM
  3. I have a proble with my macro!
    By marianmix in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2011, 02:32 PM
  4. Proble in using LOOKUP function
    By mabs239 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2009, 02:08 AM
  5. [SOLVED] Import/Export Proble. Urgent
    By axissm in forum Excel General
    Replies: 1
    Last Post: 02-19-2006, 02:50 PM

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