i have 10 datas. every data only 4 of them say the correct answer. i want to add the exact value 4 at my cell with increment if the value is true. My pseudocode below:
i=0
IF(Range F4:F10 = 4)==i++
Show i;
i try this in excel logical bar but it didnt work as what i want. i do search many many example but i still dont get it what should it works?
=IF(N3:N12=4,"F4+1","F4+0")
i dont know the real correct 1 for condition and value F4++. can anyone help me ?