I need help creating a formula for the following cell A4.
If the sum of A1,A2 & A3 is 3 then A4 will show the sum of 1.
If the sum of A1,A2 & A3 is less than 3 then A4 will show the sum of 0.
Thanks for any help.
Nick
I need help creating a formula for the following cell A4.
If the sum of A1,A2 & A3 is 3 then A4 will show the sum of 1.
If the sum of A1,A2 & A3 is less than 3 then A4 will show the sum of 0.
Thanks for any help.
Nick
And what happens i the sum is >3 ?
![]()
=IF(SUM(A1:A3)=3,1,IF(SUM(A1:A3)<3,0,"not specified"))
Regards
If you have only 0's and 1's you can enter =a1*a2*a3
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks