cacahuatita
New Member
- Joined
- Dec 30, 2010
- Messages
- 6
Ok, what i need it this
The overall condition to be checked is K15270=H15270
If M15270="only #", then write "same #"
BUT
IF M15270="Text", then write "same original"
if K15270 is not equal to H15270, then write "-"
My attempt:
=IF(K15270=H15270,IF(M15270="only #","same #",IF(M15270="Text","same original")),"-")
In the "text" cells it gives me "false" instead of "-"
The overall condition to be checked is K15270=H15270
If M15270="only #", then write "same #"
BUT
IF M15270="Text", then write "same original"
if K15270 is not equal to H15270, then write "-"
My attempt:
=IF(K15270=H15270,IF(M15270="only #","same #",IF(M15270="Text","same original")),"-")
In the "text" cells it gives me "false" instead of "-"