Results 1 to 5 of 5

Embedding IF statements into IF statement

Threaded View

prefcomm Embedding IF statements into... 04-01-2009, 05:04 PM
GuruWannaB Re: Embedding IF statements... 04-01-2009, 05:16 PM
GuruWannaB Re: Embedding IF statements... 04-01-2009, 05:29 PM
prefcomm Re: Embedding IF statements... 04-02-2009, 08:56 AM
GuruWannaB Re: Embedding IF statements... 04-03-2009, 09:52 AM
  1. #1
    Registered User
    Join Date
    10-15-2008
    Location
    North Carolina
    MS-Off Ver
    2016
    Posts
    31

    Embedding IF statements into IF statement

    Hey all-

    I am working on a sales agreement that outlines the line items and this has worked great.

    I also have a formula that states if the Billing State is NC then the customer is taxable. Here it is:

    =IF(C10="NC",L33,0)

    I also have a cell for tax exempt like this:

    Tax Exempt (Y/N): _________ (the blank being the next cell)

    Then I have another cell with the total for Taxable Sales like this:

    Taxable Sales: ________ (the blank being the next cell)

    Currently in the Taxable Sales blank (cell), I have a formula that states:

    =IF(C36="Y",0,L33)

    Basically if "N" is entered for the Exemption cell then the formula inserts the Total Sales into that cell. If it is "Y" then it inputs $0.00.

    What I am trying to do is combine these two. If the customer is in NC and is Tax Exempt then enter $0.00. If they are in NC and are NOT Tax Exempt, then enter the Total Sales.

    Please help! I have attached an example.

    Thanks,
    prefcomm
    Attached Files Attached Files

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