+ Reply to Thread
Results 1 to 3 of 3

a sumif of sumproduct question

  1. #1
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    192

    a sumif of sumproduct question

    Hi guys,
    Im trying to do several things at the same time and I'm hoping you can help me figure this one out.

    What I'm trying to do here is if a layaway has been paid off then there will be a tax amount in column C. IF there is tax in column C and column A has the word layaway (or the word way) in it then I need to find out how much the total of the layaway $ amount was. Meaning, to figure out how much the tax is for.

    For example:

    If the text in Column A contains the word way AND column C contains a $ amount then return the amount that the tax would be for.
    Of course this would be an accumulated amount for all of column C.

    So, if Layaway is in column A and $3.13 amount is in column C then it will return $50.00 as the original selling price.

    Tax here is .0625 %

    I'm not sure if I'm explaining this well enough so if not please ask me any questions you might have to help solve this one.
    Last edited by NBVC; 07-10-2009 at 10:59 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: a sumif of sumproduct question

    Try

    =Sumif($A$1:$A$100,"*way*",$C$1:$C$100)/0.0625

    adjust ranges to suit and change 0.0625 to a cell reference containing that amount if variable.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    192

    Re: a sumif of sumproduct question

    wow... It aways amazes me how you guys make something that appears to be such a pain in the butt seem so easy.

    Thank you, this worked exactly like I was wanting it to.

+ 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