Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If X contains your number, and Multiple is the 2nd argument to MROUND,
x = Round(x / Multiple, 0) * Multiple On Fri, 08 Aug 2003 01:43:38 GMT, Jay Fincannon wrote: Hey All; How can I convert this formula to VBA? =MROUND((COUNT($B$1:$B413)/COUNT($B:$B)*100),5) using the result of VBA's Find function as the changeable row number. win98 excel2002 Thanks, Jay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to emulate a ten-key entry in Excel? | Excel Discussion (Misc queries) | |||
How do u emulate nesting seven IF functions in a cell? | Excel Worksheet Functions | |||
selection.copy - how emulate Paste command? | Excel Discussion (Misc queries) | |||
How do I emulate rightclick on a hyperlink in an Excel Macro | Excel Discussion (Misc queries) | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |