N
nunoferreira
Version: 2004
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC
Two kinds of problems I noticed:
1.The following formula does not produce the expected results:
{=SUM(IF(AND(WEEKDAY($G$26:$G$29)=3,MONTH($G$26:$G$29)=12),$H$26:$H$29,0))}
(The formula tries to sum up the values corresponding to Tuesdays of December)
2. The following formula cannot even be entered in Excel:
{=SUM(IF(2+2=3,$H$26:$H$29,0))}
(The formula has no sense; it is just to highlight that the parser does not recognise the first argument of the IF (2+2=3) as a logical test)
Someone has a workaround (or at least an explanation?). Thanks very much
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC
Two kinds of problems I noticed:
1.The following formula does not produce the expected results:
{=SUM(IF(AND(WEEKDAY($G$26:$G$29)=3,MONTH($G$26:$G$29)=12),$H$26:$H$29,0))}
(The formula tries to sum up the values corresponding to Tuesdays of December)
2. The following formula cannot even be entered in Excel:
{=SUM(IF(2+2=3,$H$26:$H$29,0))}
(The formula has no sense; it is just to highlight that the parser does not recognise the first argument of the IF (2+2=3) as a logical test)
Someone has a workaround (or at least an explanation?). Thanks very much