View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ravi Ravi is offline
external usenet poster
 
Posts: 63
Default Errors on Functions with many arguments

In excel 97 functions with many arguments had the arguments separated with
commas and it worked well but with Excel 2003 the commas have been replaced
by a space and the function is not accepted. eg Round(12.15,1) vs Round(12.15
1). How do I resolve this?

I'm using the latest updated Excel.