+ Reply to Thread
Results 1 to 3 of 3

If Function and time Conversion help

  1. #1
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    If Function and time Conversion help

    I have a table and I am doing a time calculation in
    Column A
    Mgr Adjustments
    60
    30
    450
    0
    0
    50
    65

    Column B
    Formula =A6*1/60 ----this converts the value in column A to increments of time clock time (.25, .5, etc) But when the number in that column is value of 450, I don't want this to calculate, and instead return a zero result.

    I need to add in an IF function that will ignore any of the entries that value 450, and the result would be Zero instead of 7.5
    help!
    Last edited by Alphabex; 12-22-2015 at 09:16 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: If Function and time Conversion help

    Try this...
    =IF(A6=450,0,A6/60)

    Note: you dont need the *1 in there
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    Re: If Function and time Conversion help

    that works. Thank you so much Ford!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] EPOCH Time Conversion to local time and daylight savings time (DST)
    By cwwazy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-23-2015, 02:14 PM
  2. Date and time conversion to another time zone
    By RUBEN PARRAS in forum Excel General
    Replies: 1
    Last Post: 05-21-2012, 09:03 PM
  3. Excel 2007 : UTC 5 to GMT Time Conversion
    By chambers3000 in forum Excel General
    Replies: 1
    Last Post: 05-09-2012, 06:31 PM
  4. Time conversion
    By Charlesbeeeeeee1 in forum Excel General
    Replies: 2
    Last Post: 05-06-2010, 04:52 AM
  5. Time Conversion
    By monty78 in forum Excel General
    Replies: 3
    Last Post: 02-09-2009, 03:18 AM
  6. Time Conversion
    By malakingaso in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-19-2007, 04:02 AM
  7. Military time to Regular time Conversion
    By natepen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2006, 02:43 PM

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