Increment calculator

Home Forums Excel Utility Increment calculator

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67671
    Anonymous
    Inactive

    rounding off the increment innext multiple of 10,calculator may please be posted.

    #73154
    Anonymous
    Inactive

    Suppose you have data in E9 cell and you want the result in E10, then simply use the following formula at E10:

    =ROUNDUP(E9,-1)

    #73165
    Anonymous
    Inactive

    rounding off the increment innext multiple of 10,calculator may please be posted.

    for this little operation calculator is not needed.

    #73166
    Anonymous
    Inactive

    I hope this will help you.
    It has been shown here how to use the logic formulas

    #73167
    Anonymous
    Inactive

    It appears that the heading of the last column will be 6+8.

    #73168
    Anonymous
    Inactive

    I see. Thanks for the nitpicking

    #73866
    Anonymous
    Inactive

    Here is an easy formula to calculate increment. It may be very effective to create excel utilities .
    I checked it and found accurate. Please check and inform me.

    =CEILING((INT(A1*3%)),10)

    Put the amount of previous Basic (Band Pay + G.Pay) in Cell A1

    #73912
    Anonymous
    Inactive

    somda,
    i found it is correct.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.