I am trying to return a value based on a cells contents but also based on certain conditions and I cannot work out how to run two IF statements in a single formula
If Cell A1 contains "Cat" return a value of "Y" else leave blank, this I can do with =if(A1="Cat","Y","")
but I need to append an additional IF formula so if Cell A1 Contains "Dog" and Cell A2 equals "Y" then return a value of "N" else leave blank
Cheers
If Cell A1 contains "Cat" return a value of "Y" else leave blank, this I can do with =if(A1="Cat","Y","")
but I need to append an additional IF formula so if Cell A1 Contains "Dog" and Cell A2 equals "Y" then return a value of "N" else leave blank
Cheers