+ Reply to Thread
Results 1 to 9 of 9

What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

  1. #1
    CLR
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    With your formula in A1 returning 237.5694, this formula in B1 will return
    237.56

    =(INT(A1)&MID(A1,FIND(".",A1),3))*1

    or in A1
    =ROUNDDOWN(H45*0.18,2)

    English version of Excel2k


    Vaya con Dios,
    Chuck, CABGx3


    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  2. #2
    Bob Phillips
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    This works for me

    =ROUNDDOWN(A2*0.18,2)

    or

    =FLOOR(A2*0.18,0.01)

    --
    HTH

    Bob Phillips

    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  3. #3
    CLR
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    With your formula in A1 returning 237.5694, this formula in B1 will return
    237.56

    =(INT(A1)&MID(A1,FIND(".",A1),3))*1

    or in A1
    =ROUNDDOWN(H45*0.18,2)

    English version of Excel2k


    Vaya con Dios,
    Chuck, CABGx3


    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    This works for me

    =ROUNDDOWN(A2*0.18,2)

    or

    =FLOOR(A2*0.18,0.01)

    --
    HTH

    Bob Phillips

    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  5. #5
    CLR
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    With your formula in A1 returning 237.5694, this formula in B1 will return
    237.56

    =(INT(A1)&MID(A1,FIND(".",A1),3))*1

    or in A1
    =ROUNDDOWN(H45*0.18,2)

    English version of Excel2k


    Vaya con Dios,
    Chuck, CABGx3


    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  6. #6
    Bob Phillips
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    This works for me

    =ROUNDDOWN(A2*0.18,2)

    or

    =FLOOR(A2*0.18,0.01)

    --
    HTH

    Bob Phillips

    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  7. #7
    TANDEX
    Guest

    What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    and what is difference with =ROUNDDOWN(H45*0.18;2)

    My formula is =H45*0.18
    It show value 237.57 (237.5694), but I need get 237.56 -without rounding, 2
    first digits only.
    What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    Thank you.



  8. #8
    CLR
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    With your formula in A1 returning 237.5694, this formula in B1 will return
    237.56

    =(INT(A1)&MID(A1,FIND(".",A1),3))*1

    or in A1
    =ROUNDDOWN(H45*0.18,2)

    English version of Excel2k


    Vaya con Dios,
    Chuck, CABGx3


    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




  9. #9
    Bob Phillips
    Guest

    Re: What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2) ??

    This works for me

    =ROUNDDOWN(A2*0.18,2)

    or

    =FLOOR(A2*0.18,0.01)

    --
    HTH

    Bob Phillips

    "TANDEX" <[email protected]> wrote in message
    news:[email protected]...
    > and what is difference with =ROUNDDOWN(H45*0.18;2)
    >
    > My formula is =H45*0.18
    > It show value 237.57 (237.5694), but I need get 237.56 -without rounding,

    2
    > first digits only.
    > What formula I should use: =ROUNDDOWN(H45*0.18;2) or =TRUNK(H45*0.18,2)

    ??
    >
    > Thank you.
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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