+ Reply to Thread
Results 1 to 5 of 5

Remove friction's value if less then 5 other wise round it

  1. #1
    Registered User
    Join Date
    03-29-2014
    Location
    Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    2

    Remove friction's value if less then 5 other wise round it

    can any one tell me the function which round the friction value if it is equal or grater then 5 otherwise remove it. like 2546.5 show as 2547 or 2546.4 which show 2546 only
    Last edited by ihtesham; 03-29-2014 at 12:59 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Remove friction's value if less then 5 other wise round it

    Select the cells an format them to 0 decimal places.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Remove friction's value if less then 5 other wise round it

    Maybe:
    =IF(MOD(A1,1)>=0.5,CEILING(A1,1),FLOOR(A1,1))
    Quang PT

  4. #4
    Registered User
    Join Date
    03-29-2014
    Location
    Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Remove friction's value if less then 5 other wise round it

    Thanks bebo its works..!
    Last edited by ihtesham; 03-29-2014 at 12:58 PM.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Remove friction's value if less then 5 other wise round it

    Sounds like this:

    =ROUND(A1,0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Excel code to represent data from row wise to column wise
    By sreejeshc in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-12-2013, 03:45 AM
  2. Friction Factor calculation function
    By Gustonian in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-06-2013, 01:31 PM
  3. [SOLVED] I want change the data row wise to coloum wise & coloumn wise to row wise.
    By satputenandkumar0 in forum Excel General
    Replies: 3
    Last Post: 12-20-2012, 08:34 AM
  4. Excel 2007 : Friction loss calculation help
    By trager551 in forum Excel General
    Replies: 2
    Last Post: 03-04-2010, 04:53 PM
  5. Delete row wise duplicates & colomun wise simultaneously excel
    By Dipankar in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-06-2005, 09:05 AM

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