Related:
- Formula Problems
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
- Credit summation formula - Guide
1 response
Hi Simple Matt,
You are right about what is wrong.
The IF function consists of 3 parts separated by "," and your formula has 3 "," which means 4 parts.
To work around this use the OR function in conjuction with the IF function like this:
=IF(OR(A1=B2,C1=B2,D1=B2,E1=B2,F1=B2,G1=B2,H1=B2,I1=B2,J1=B2,K1=B2,L1=B2,M1=B2)=TRUE,"error",B2)
Best regards,
Trowa
You are right about what is wrong.
The IF function consists of 3 parts separated by "," and your formula has 3 "," which means 4 parts.
To work around this use the OR function in conjuction with the IF function like this:
=IF(OR(A1=B2,C1=B2,D1=B2,E1=B2,F1=B2,G1=B2,H1=B2,I1=B2,J1=B2,K1=B2,L1=B2,M1=B2)=TRUE,"error",B2)
Best regards,
Trowa