Hello,
I am doing a Sum if function :
=SUM(IF((T3:V3)="O",K3*0.3,0),IF((T3:V3)="R",K3*0.4,0),IF((T3:V3)="A",K3*0.3,0))
My tab is containgin
K3 : 21,374
T3 : O
U3 : R
V3 : A
In the cell it is shoing #value, whereas when I click on the f(x) the function is showing me the correct result for each steps
IF((T3:V3)="O",K3*0.3,0) ={6415,0,0}
IF((T3:V3)="R",K3*0.4,0) = {0,8550,0}
IF((T3:V3)="A",K3*0.3,0) = {6415,0,0}
and showing formula result = 21,374
I do not understnd why it is showing #value, when the function detail does understnt what I regquest and show the correct result.
Thanks for your help
Bookmarks