+ Reply to Thread
Results 1 to 10 of 10

Automatically add required decimal figure to make destination cell figure in nearest highe

  1. #1
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Automatically add required decimal figure to make destination cell figure in nearest highe

    Automatically add required decimal figure to make destination cell figure in nearest higher value

    Kindly see the attached sheet, I have written comment in it, I think you can understand what kind of result I expect.
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Sorry,

    I don't understand what you're trying to do. Please clarify with other examples. In addition are you wanting the underlying numbers to be affected or is it just the presentation?

    For instance D17 shows zero dec places when set to 2 dec. places but .995 otherwise.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    In cell D13 figure should be automatically generated to make the figure of Cell D17 round figure

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,604

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Please Login or Register  to view this content.
    Ben Van Johnson

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Maybe

    D13: =D15+D16-D14-D17
    D14: =D6+D12
    D17: =ROUNDUP(D15+D16-D14,0)

  6. #6
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Thanks works Great

  7. #7
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Thanks worked for me

  8. #8
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Quote Originally Posted by protonLeah View Post
    Please Login or Register  to view this content.
    But there's a concern here, if amount in Cell D17 is negetive then for example -248818.35 then results should be -248819.00
    And if amount in Cell D17 is positive then for example 248818.35 then results should be 248818.00
    Last edited by KRIXXXX; 07-04-2022 at 02:06 PM.

  9. #9
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    Maybe in D17 - see #5

    =IF(D15+D16-D14<0,ROUNDUP(D15+D16-D14,0),ROUNDDOWN(D15+D16-D14,0))

  10. #10
    Forum Contributor
    Join Date
    04-08-2020
    Location
    MUMBAI
    MS-Off Ver
    OFFICE 2007
    Posts
    234

    Re: Automatically add required decimal figure to make destination cell figure in nearest h

    I feel It would be good if you can give formula for D13 cell only like wise #4
    Last edited by KRIXXXX; 07-05-2022 at 01:21 PM.

+ 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. VBA: Show Subtracted Figure In Cell When Cumulative Figure Is Entered
    By hrayani in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-28-2018, 11:29 AM
  2. [SOLVED] Using Linear Regression to predict a future event / performance figure / speed figure
    By Doofus1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-22-2017, 11:51 AM
  3. [SOLVED] trying to figure out how to grab an intersecting cell automatically
    By josh101287 in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 05-04-2014, 04:03 PM
  4. Replies: 4
    Last Post: 02-03-2014, 08:05 AM
  5. Replies: 1
    Last Post: 02-18-2013, 06:09 AM
  6. Replies: 4
    Last Post: 09-16-2011, 01:53 PM
  7. Calculating monthly sales figure required to make annual turnover figure
    By CatIsoSio Sky in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-27-2010, 04:42 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