Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to see if the VBA rounding function will round to even. As an example:
Cell A1:A6 2.45 2.75 2.89 2.67 2.56 2.32 Result from above 2.4 2.8 2.8 2.6 2.6 2.4 I cannot find anything online that will accomplish this. Does anyone know the code in VBA that may work? Thank you Gene Haines |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH | Excel Worksheet Functions | |||
Rounding | Excel Discussion (Misc queries) | |||
Rounding up or down | Excel Discussion (Misc queries) | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Worksheet rounding vs VBA rounding | Excel Programming |