if function

  • Thread starter Thread starter corrie pretorius
  • Start date Start date
C

corrie pretorius

running office 2003 on win xp pro. excel returns an error
when an if-statement is entered, even if typed in exactly
as some of the examples in the help file.
=if(a32=1,1,0) this is typed in cell b32. I get an error
message and the following section in the function is then
highlighted 1,1,0)

What now
ANY HELP WILL BE APRRECIATED
 
Hi
you may have a different delimter in your Office version (depending on
your regional settings). you may try
=if(a32=1;1;0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top