Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I want the code shown below to give only the sum part its result not in the format "general", as happens now, but like 123.456,78 (European notation). I think I should use xxx(Round(Application.sum(Target), 2),2) but I don't know what function should be in place of xxx. Or perhaps a totally different way? Thanks in advance for your assistance. Jack Sons The Netherlands -------------------------------------------------------------------------------------------------------- Application.StatusBar = _ "Average=" & Round(Application.Average(Target), 2) & _ "; " & _ "Count=" & Application.CountA(Target) & "; " & _ "Count nums=" & Application.Count(Target) & _ "; " & _ "Sum=" & Round(Application.sum(Target), 2) & "; " & _ "Max=" & Application.Max(Target) & "; " & _ "Min=" & Application.Min(Target) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NumberFormat? | Excel Worksheet Functions | |||
Format numberformat Single | Excel Worksheet Functions | |||
using cells.numberformat | Excel Worksheet Functions | |||
Setting NumberFormat within a VBA Module | Excel Discussion (Misc queries) |