+ Reply to Thread
Results 1 to 3 of 3

IF the right function? Multiple functions maybe?

  1. #1
    Registered User
    Join Date
    01-23-2015
    Location
    Pahrump, NV
    MS-Off Ver
    2003
    Posts
    4

    IF the right function? Multiple functions maybe?

    I am trying to get a new worksheet to refer to several columns of data and add a range of cells if certain criteria exist.

    Situation: Sheet 1 contains Dates of Payments are entered into Column K. If an "x" is in column M, indicating the payment is cash, I need the formula in Sheet 3 to sum all cells in the range where dollar amounts are entered as long as the above criteria exist. I will be doing the same with dates in column k and "varied numbers" in column L for check numbers of payments. Basically, I need a deposit total of cash and check for a specific date. I have tried lots of combos and am completely lost. Please and THANK YOU for your help!

  2. #2
    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
    53,050

    Re: IF the right function? Multiple functions maybe?

    have you tried looking at the SUMIF() function?

    =SUMIF(criteria range, criteria, sum range)

    If this is not what you want, or you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF the right function? Multiple functions maybe?

    Sounds like you want this...

    Data Range
    M
    N
    O
    P
    1
    Cash
    Amount
    ------
    Total
    2
    X
    30
    190
    3
    39
    4
    X
    51
    5
    X
    70
    6
    98
    7
    X
    39
    8
    83
    9
    17
    10
    84


    This formula entered in P2:

    =SUMIF(M2:M10,"X",N2:N10)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Multiple OR functions within SumIfs function
    By lukazi in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 02-13-2014, 02:41 AM
  2. IF Function with multiple functions
    By C14389 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2012, 05:16 PM
  3. how to combine multiple conditions with search functions and macro the function
    By melvyndb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2012, 07:11 AM
  4. Combining multiple functions into one function
    By coryjapan in forum Excel General
    Replies: 1
    Last Post: 04-14-2011, 06:07 PM
  5. multiple functions vs. one function
    By labrite34 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 11-24-2008, 07:17 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