Hi,
I'm trying to nest 5 different arguments.
My first formula for two was successful (it returns either Mitre 10, Four Square, or a blank)
=IF(ISERROR(FIND("Four",A3,1)),IF(ISERROR(FIND("Mitre",A3,1)),"","Mitre 10"),"Four Square")
My second formula with three arguments gave the error "you've...