View Single Post
  #1   Report Post  
Paddyk Paddyk is offline
Junior Member
 
Posts: 2
Default Function Parameters

Hi all,

I'm having a strange problem using functions in Excel and I wonder if anyone can help me. Instead of displaying as commas, parameters are being seperated by 0's. Even the function help is comming up as e.g.
Max(number10[maxnumber20]) , resulting in formalus being shown like this:
=MAX(a10a2) instead of =MAX(a1,a2).

I wonder if any of you have seen this before?