+ Reply to Thread
Results 1 to 2 of 2

Add a number from a box if I put "y" in another box

  1. #1
    Registered User
    Join Date
    09-05-2011
    Location
    Vancouver, canada
    MS-Off Ver
    Excel 2010
    Posts
    1

    Add a number from a box if I put "y" in another box

    Hello, I'm working on a commission sheet to calculate commissions. What I'm trying to do is the following:

    I want to display a number in a box which is derived from another box, and then add the amount from another amount only if I type "y" in a box. Or if there is anyway to have this function complete.


    Basically I take an initial draw before I sign a contract and then I take a final draw when the contract completes. Sometimes the contract doesn't complete so I want the box to only add the final draw if I select I put "y" (for yes) in the box.

    Any feedback would be greatly appreciated!!!

  2. #2
    Registered User
    Join Date
    09-05-2011
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Add a number from a box if I put "y" in another box

    =IF(A3="Y",SUM(A1,A2),A1)

    A3 would be the box that would or would not have "y". A1 is your initial draw and A2 is your final draw. Hope this helps.

+ 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