+ Reply to Thread
Results 1 to 5 of 5

How can we write a formula that we can look up the RIGHT amount to put in the company

  1. #1
    Registered User
    Join Date
    01-11-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    2

    How can we write a formula that we can look up the RIGHT amount to put in the company

    How can we write a formula that we can look up the RIGHT tax type amount to put in the CORRECT company?
    Please refer to the attachemnt

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: How can we write a formula that we can look up the RIGHT amount to put in the company

    try in C2

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    -confirmed with ctrl+shift+enter then fill down.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    01-11-2013
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: How can we write a formula that we can look up the RIGHT amount to put in the company

    Quote Originally Posted by vlady View Post
    try in C2

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    -confirmed with ctrl+shift+enter then fill down.
    Thank you very much. I tried. It shows "#value". Is it possible that put the folumar in the speadsheet and upload the spreadsheet?

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: How can we write a formula that we can look up the RIGHT amount to put in the company

    you have to hit
    ctrl+shift+enter ---not just enter it's an array formula youl'll notice the formula will be enclosed with curly braces { }when done right.

    or

    =SUMPRODUCT(--($K$2:$K$17=B2),--($J$2:$J$17=A2),$L$2:$L$17)

    regards,
    vladimir
    Last edited by vlady; 01-11-2013 at 03:05 AM.

  5. #5
    Forum Contributor
    Join Date
    08-23-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    163

    Re: How can we write a formula that we can look up the RIGHT amount to put in the company

    Hi,

    As rightly suggested by vladimir, you can certenly use index/match or sumproduct.

    I think the other alternative would be:
    =SUMIFS($L$2:$L$17,$J$2:$J$17,$A2,$K$2:$K$17,$B2)

    Available in exel 2007 and later

+ 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