Hello,
I have a table (named "ALL" ) with a lot of columns and i need to sum the figures in column B (named : Jul-11) only if the corresponding line in column A (named Status) equals to "S".
The data are not in a predefined range and are formatted in a table.
i tried this formula but it returns #value even if all data in column B are numbers.
<table style="width: 80px; height: 20px;" border="0" cellpadding="0" cellspacing="0"><tr height="20"><td class="xl67" style="height:15.0pt; width:60pt" align="center" height="20" width="80">
</td></tr></table>=SUM(IF(ALL[Status]="S",ALL[Jul-11]))
Can someone help on this please ?
Thanks a lot
I have a table (named "ALL" ) with a lot of columns and i need to sum the figures in column B (named : Jul-11) only if the corresponding line in column A (named Status) equals to "S".
The data are not in a predefined range and are formatted in a table.
i tried this formula but it returns #value even if all data in column B are numbers.
<table style="width: 80px; height: 20px;" border="0" cellpadding="0" cellspacing="0"><tr height="20"><td class="xl67" style="height:15.0pt; width:60pt" align="center" height="20" width="80">
</td></tr></table>=SUM(IF(ALL[Status]="S",ALL[Jul-11]))
Can someone help on this please ?
Thanks a lot