+ Reply to Thread
Results 1 to 5 of 5

Conditional statements using IF

  1. #1
    Forum Contributor
    Join Date
    05-07-2009
    Location
    cedar grove
    MS-Off Ver
    Excel 2003
    Posts
    133

    Conditional statements using IF

    Hello,
    OK, I am trying to learn conditional statements using the IF function. So far so good, but, I now want to complicate matters a bit and I am having trouble.
    I have attached a 2004 excel document that has a conditional statement that says, if an amount is over $400.00 you get a 10% discount, else, the cell says no discount. That is working fine. I also have a absolute cell ready to do the math for the 10% amount. There is also a column that shows the discount amount and column that shows the amount after the discount has been applied. Since I have been just doing one calculation and auto-filling, my problem is, how do I get the record that doesn't get a discount (no discount) not to apply the 10%?

    Any ideas how to do this based on my example, here.
    thanks!
    barbara
    Attached Files Attached Files
    Last edited by ibabs; 12-22-2009 at 06:16 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Conditional statements using IF

    You could use this in columnn-F copied down

    =IF(D2>400,D2-(D2*0.1),D2)

    If the total is over $400, a 1o% discount will be applied,otherwise it will show the total and not apply a discount.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Forum Contributor
    Join Date
    05-07-2009
    Location
    cedar grove
    MS-Off Ver
    Excel 2003
    Posts
    133

    Re: Conditional statements using IF

    Hello,

    Thank you so much!!
    I marked this correct answer and added to your reputation!!!!
    thanks so much!

    babs

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Conditional statements using IF

    Glad to have helped.

    Please be sure to mark your thread as solve. Click on thread tools at the top of your post and choose Go Advanced, then choose Solved.

  5. #5
    Forum Contributor
    Join Date
    05-07-2009
    Location
    cedar grove
    MS-Off Ver
    Excel 2003
    Posts
    133

    Re: Conditional statements using IF

    Hi Palmetto,
    yes, I did mark it solved...That is what I meant by answered.



    babs

+ 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