+ Reply to Thread
Results 1 to 3 of 3

IF THEN Functions

  1. #1
    Registered User
    Join Date
    08-27-2009
    Location
    Danbury
    MS-Off Ver
    Excel 2007
    Posts
    28

    IF THEN Functions

    Hi -- I am pretty sure this is a basic IF Then function question, just having a lapse!

    I want to calculate the following...

    If Cell A>40, Then the result should be ((Cell A-40)*23.25)
    If it is not >40, Return 0.00

    This is for a timesheet / overtime. Thanks!
    Last edited by kdegross; 12-04-2009 at 12:14 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: IF THEN Functions

    either

    =IF(A1>40,(A1-40)*23.25,0)

    or

    =MAX(0,A1-40)*23.25

  3. #3
    Registered User
    Join Date
    08-27-2009
    Location
    Danbury
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: IF THEN Functions

    Thanks -- worked!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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