+ Reply to Thread
Results 1 to 5 of 5

get SUMIF

  1. #1
    reno
    Guest

    get SUMIF

    want to use a sheet to reconcile credit card sales and cleared such as:
    Date Visa/MC Cleared
    02/01/06 125.50 x
    02/02/06 174.50 x
    02/03/06 150.00
    where amount is charge sales for the day, and x means now deposited in bank,
    usually a 2-5 day lag period.
    want to sumif Visa/MC is Cleared=x
    above case would be 125.50+174.50=300., then when 150 clears total is 450
    and so forth
    thanks

  2. #2
    Bob Phillips
    Guest

    re: get SUMIF

    =SUMIF(C:C,"x",B:B)

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "reno" <[email protected]> wrote in message
    news:[email protected]...
    > want to use a sheet to reconcile credit card sales and cleared such as:
    > Date Visa/MC Cleared
    > 02/01/06 125.50 x
    > 02/02/06 174.50 x
    > 02/03/06 150.00
    > where amount is charge sales for the day, and x means now deposited in

    bank,
    > usually a 2-5 day lag period.
    > want to sumif Visa/MC is Cleared=x
    > above case would be 125.50+174.50=300., then when 150 clears total is 450
    > and so forth
    > thanks




  3. #3
    Registered User
    Join Date
    01-05-2006
    Posts
    65
    =SUMIF(C1:C3,"x",B1:B3)

    where C1:C3 is your range that could have "x" inserted and B1:B3 is your
    range of amounts.

  4. #4
    Jim May
    Guest

    re: get SUMIF

    In D2 enter =Sumif(C2:C4,"x",B2:B4)

    "reno" wrote:

    > want to use a sheet to reconcile credit card sales and cleared such as:
    > Date Visa/MC Cleared
    > 02/01/06 125.50 x
    > 02/02/06 174.50 x
    > 02/03/06 150.00
    > where amount is charge sales for the day, and x means now deposited in bank,
    > usually a 2-5 day lag period.
    > want to sumif Visa/MC is Cleared=x
    > above case would be 125.50+174.50=300., then when 150 clears total is 450
    > and so forth
    > thanks


  5. #5
    reno
    Guest

    re: get SUMIF

    thank you...it works

    "reno" wrote:

    > want to use a sheet to reconcile credit card sales and cleared such as:
    > Date Visa/MC Cleared
    > 02/01/06 125.50 x
    > 02/02/06 174.50 x
    > 02/03/06 150.00
    > where amount is charge sales for the day, and x means now deposited in bank,
    > usually a 2-5 day lag period.
    > want to sumif Visa/MC is Cleared=x
    > above case would be 125.50+174.50=300., then when 150 clears total is 450
    > and so forth
    > thanks


+ 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