+ Reply to Thread
Results 1 to 4 of 4

Applying a formula to an if then statement.

Hybrid View

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    11

    Applying a formula to an if then statement.

    10% if cost is more than $1,000, otherwise it is 0

    the cell that I am using for cost is D5.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Applying a formula to an if then statement.

    Try

    =D5*IF(D5>1000,10%,0)

  3. #3
    Registered User
    Join Date
    04-18-2013
    Location
    New Jersey
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Applying a formula to an if then statement.

    Thank you, it work perfectly.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Applying a formula to an if then statement.

    Great, glad to help out.

+ 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