Hi!
How can i join two or more If functions?
IF(C111+D111+E111+F111+G111=B105+C105+D105+E105+F105;"Right";"Wrong")
+
IF(C111+D111+E111+F111+G111=B104+C104+D104+E104+F104;"Right";"Wrong")
+
IF.......
I think it's with the AND function, but how does i write the two fuctions together?
Thanks!
Bookmarks