View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default need help with a formule

do you have a regional setting that uses the semi colon (;) as the list
separator rather than the comma. If so, it should be:

=IF(Q8="";"";SOM(Q8*Instellingen!B16*Instellingen! Q3))

or just

=IF(Q8="";"";Q8*Instellingen!B16*Instellingen!Q3)

--
Regards,
Tom Ogilvy


"sebasjuh " wrote in message
...
I tried this code:
=IF(Q8="","",SUM(Q8*Instellingen!B16*Instellingen! Q3))

But I get a error and it says that the formula is not good.
:(


---
Message posted from http://www.ExcelForum.com/