Share via

BROUND in Excel

Anonymous
2018-07-02T15:40:28+00:00

I got one excel file with BROUND function in it. Does anybody know what it does?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. DaveM121 888.6K Reputation points Independent Advisor
    2018-07-02T18:09:23+00:00

    Hi jo1ri1, yes you can call BROUND in that workbook and if you need it in another workbook, you just need to copy that VBA into the other workbook to be able to call that function

    You call that function like any other Excel function in a cell:

    =BROUND( . . .. )

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-07-02T17:22:22+00:00

    Hello DaveM121,

    thx, looks like VB, found a module that has some kind of a macro. Can I use this formula inside this workbook?

    Was this answer helpful?

    0 comments No comments
  3. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2018-07-02T15:46:47+00:00

    That is not a build in function, see

    https://support.office.com/en-us/article/round-...

    It might be possible that the file contains macros and BROUND is a UDF.

    Or it is a name. Or it is a function that is placed in an AddIn. Or...

    If you need further help please upload your file (maybe with anonymous data) on an online file hoster like www.dropbox.com and post the download link here.

    A macro to anonymize data in selected cells can be downloaded here:

    https://www.dropbox.com/s/rkfxuh85j5wyj9y/modAn...

    Andreas.

    Was this answer helpful?

    0 comments No comments
  4. DaveM121 888.6K Reputation points Independent Advisor
    2018-07-02T15:45:58+00:00

    Hi jo1ri1, that is not an Excel function, it must be written in VBA on that workbook by the person who created it . . .

    That name is normally used to declare a Bankers Round . . .

    Open the Excel document

    Press Alt + F11 to open the VB Editor

    At the top left, double click each of the sheets and ThisWorkbook until you find the function called BROUND

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-07-02T15:43:59+00:00

    Sounds like "Banker's Rounding" custom UDF like here, possibly:

    https://www.pcreview.co.uk/threads/bankers-roun...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments