Imran Azam
Board Regular
- Joined
- Mar 15, 2011
- Messages
- 103
Hi Guys
i have the table below with some results the score seems to be incorrect i am not sure if its my formula
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Result[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]James[/TD]
[TD]2%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Alex[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]score[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the formula i use to get the result are as follow for both james and Alex
If(IFERROR(COUNTIFS('Data'!$AC:$AC,"James",' Data'!$V:$V,"Sold",'Win Rate Data'!$S:$S,">=01/05/2019",'Win Rate Data'!$S:$S,"<01/06/2019")/(COUNTIFS('Data'!'Data'!$AC:$AC,"James",'Data'!$V:$V,"Open")"-"))
because there was no data for alex it returns -
The formula i am using for the score is as follow
[TABLE="width: 500"]
<tbody>[TR]
[TD]=IF(B2>0.2,10,2)+IF(B3>0.1,10,0)[/TD]
[/TR]
</tbody>[/TABLE]
for some reason it is coming up with the total 20 rather than 10, the issue is it is recording 10 for alex result which is "-"
does anyone know why this is happening?
how can i fix this?
thank for any help
i have the table below with some results the score seems to be incorrect i am not sure if its my formula
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]a[/TD]
[TD]b[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Result[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]James[/TD]
[TD]2%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Alex[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]score[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the formula i use to get the result are as follow for both james and Alex
If(IFERROR(COUNTIFS('Data'!$AC:$AC,"James",' Data'!$V:$V,"Sold",'Win Rate Data'!$S:$S,">=01/05/2019",'Win Rate Data'!$S:$S,"<01/06/2019")/(COUNTIFS('Data'!'Data'!$AC:$AC,"James",'Data'!$V:$V,"Open")"-"))
because there was no data for alex it returns -
The formula i am using for the score is as follow
[TABLE="width: 500"]
<tbody>[TR]
[TD]=IF(B2>0.2,10,2)+IF(B3>0.1,10,0)[/TD]
[/TR]
</tbody>[/TABLE]
for some reason it is coming up with the total 20 rather than 10, the issue is it is recording 10 for alex result which is "-"
does anyone know why this is happening?
how can i fix this?
thank for any help
Last edited by a moderator: